diff --git a/compile b/compile index a717db4..e9281ae 100755 --- a/compile +++ b/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"