Commit 04c0bf63 authored by Monty's avatar Monty

Added DBUG_ASSERT_AS_PRINTF to BUILD/..asan-max

parent fcc8341c
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
path=`dirname $0` path=`dirname $0`
. "$path/SETUP.sh" . "$path/SETUP.sh"
extra_flags="$pentium64_cflags $debug_cflags -lasan -O -g -fsanitize=address" extra_flags="$pentium64_cflags $debug_cflags -lasan -O -g -fsanitize=address -DDBUG_ASSERT_AS_PRINTF"
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs $disable_asan_plugins" extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs $disable_asan_plugins"
export LDFLAGS="-ldl" export LDFLAGS="-ldl"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment