small fix

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

2
cbuild

Submodule cbuild updated: ec4209831b...ca58141d88

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"