mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
ensure the emscripten websocket url is set properly
This commit is contained in:
parent
2be1e0cd4b
commit
9f033fc848
4 changed files with 8 additions and 4 deletions
|
@ -52,6 +52,7 @@ if [[ "$*" == *"release"* ]]; then
|
|||
else
|
||||
COMPILER_OPTIONS="$COMPILER_OPTIONS --profiling -g "
|
||||
EMSCRIPTEN_OPTIONS="$EMSCRIPTEN_OPTIONS -sSTACK_OVERFLOW_CHECK=2"
|
||||
echo "note: this is a debug build"
|
||||
fi
|
||||
|
||||
if [[ "$*" == *"asan"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue