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
|
if [[ $BUILD_TYPE == "release" ]]; then
|
||||||
CFLAGS+=" -O3"
|
CFLAGS+=" -O3"
|
||||||
else
|
else
|
||||||
CFLAGS+=" -g -fsanitize=address -fsanitize=undefined"
|
CFLAGS+=" -g -fsanitize=address,undefined"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OUT="$BUILD_DIR/libwapp.so"
|
OUT="$BUILD_DIR/libwapp.so"
|
||||||
|
Loading…
Reference in New Issue
Block a user