mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-16 07:30:01 -04:00
get curl and wolfssl to both compile
This commit is contained in:
parent
01622283f5
commit
33a095e514
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ if [ "$1" = "release" ]; then
|
|||
COMPILER_OPTIONS="-Oz -flto $COMPILER_OPTIONS"
|
||||
EMSCRIPTEN_OPTIONS="-sSINGLE_FILE $EMSCRIPTEN_OPTIONS"
|
||||
else
|
||||
COMPILER_OPTIONS="$COMPILER_OPTIONS --profiling"
|
||||
COMPILER_OPTIONS="$COMPILER_OPTIONS --profiling -g"
|
||||
fi
|
||||
|
||||
#ensure deps are compiled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue