get curl and wolfssl to both compile

This commit is contained in:
ading2210 2024-01-17 01:58:20 -05:00
parent 01622283f5
commit 33a095e514
3 changed files with 3 additions and 3 deletions

View file

@ -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