mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-14 14:50:03 -04:00
fix random segfaults
This commit is contained in:
parent
1bce63801d
commit
1ad301b26c
3 changed files with 31 additions and 12 deletions
|
@ -51,6 +51,7 @@ if [[ "$*" == *"release"* ]]; then
|
|||
echo "note: building with release optimizations"
|
||||
else
|
||||
COMPILER_OPTIONS="$COMPILER_OPTIONS --profiling -g"
|
||||
EMSCRIPTEN_OPTIONS="$EMSCRIPTEN_OPTIONS -sSTACK_OVERFLOW_CHECK=2 -sSAFE_HEAP=1"
|
||||
fi
|
||||
|
||||
if [[ "$*" == *"single_file"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue