small fix

This commit is contained in:
timerix 2023-03-15 18:10:23 +06:00
parent 585e992d1d
commit a2906e2c3a
2 changed files with 2 additions and 2 deletions

2
cbuild

@ -1 +1 @@
Subproject commit ec4209831b25876b3ad95db89eb4034dbb69d38e
Subproject commit ca58141d881482a26e12a390f050570061ab7731

View File

@ -137,7 +137,7 @@ case "$TASK" in
;;
# compiles executable with sanitizers and executes it to find errors and warnings
sanitize)
OUTDIR="bin/sanitize"
OUTDIR="$OUTDIR/sanitize"
C_ARGS="-O0 -g3 -fsanitize=undefined,address"
CPP_ARGS="$C_ARGS"
LINKER_ARGS="$CPP_ARGS"