Update compile script
This commit is contained in:
parent
ff4d3c9e99
commit
622a4391a0
2
compile
2
compile
@ -34,7 +34,7 @@ mkdir -p $BUILD_DIR
|
||||
if [[ $BUILD_TYPE == "release" ]]; then
|
||||
CFLAGS+=" -O3"
|
||||
else
|
||||
CFLAGS+=" -g -fsanitize=address -fsanitize=undefined"
|
||||
CFLAGS+=" -g -fsanitize=address,undefined"
|
||||
fi
|
||||
|
||||
OUT="$BUILD_DIR/libwapp.so"
|
||||
|
Loading…
x
Reference in New Issue
Block a user