Skip to content

Commit

Permalink
TEMP - debug macOS stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Oct 17, 2018
1 parent 6606d57 commit 3153775
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ if [ $(uname) = Darwin ] ; then
cc --help
ar --help
set -e

# XXX DEBUGGING STACK OVERFLOW
ulimit -a
ulimit -s 8192
ulimit -a
else
export CFLAGS="-std=gnu99 $CFLAGS"
export RUSTFLAGS="-C link-args=-Wl,-rpath-link,$PREFIX/lib"
Expand Down

0 comments on commit 3153775

Please sign in to comment.