diff --git a/cbuild b/cbuild index ec42098..ca58141 160000 --- a/cbuild +++ b/cbuild @@ -1 +1 @@ -Subproject commit ec4209831b25876b3ad95db89eb4034dbb69d38e +Subproject commit ca58141d881482a26e12a390f050570061ab7731 diff --git a/default.config b/default.config index 6958b20..1140a92 100644 --- a/default.config +++ b/default.config @@ -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"