small fix
This commit is contained in:
parent
585e992d1d
commit
a2906e2c3a
2
cbuild
2
cbuild
@ -1 +1 @@
|
|||||||
Subproject commit ec4209831b25876b3ad95db89eb4034dbb69d38e
|
Subproject commit ca58141d881482a26e12a390f050570061ab7731
|
||||||
@ -137,7 +137,7 @@ case "$TASK" in
|
|||||||
;;
|
;;
|
||||||
# compiles executable with sanitizers and executes it to find errors and warnings
|
# compiles executable with sanitizers and executes it to find errors and warnings
|
||||||
sanitize)
|
sanitize)
|
||||||
OUTDIR="bin/sanitize"
|
OUTDIR="$OUTDIR/sanitize"
|
||||||
C_ARGS="-O0 -g3 -fsanitize=undefined,address"
|
C_ARGS="-O0 -g3 -fsanitize=undefined,address"
|
||||||
CPP_ARGS="$C_ARGS"
|
CPP_ARGS="$C_ARGS"
|
||||||
LINKER_ARGS="$CPP_ARGS"
|
LINKER_ARGS="$CPP_ARGS"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user