summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-09-05 20:20:16 +0300
committerMonty <monty@mariadb.org>2018-09-05 20:20:16 +0300
commit04c0bf634b5849d24376a980bcf2614161760bf0 (patch)
treef1b5004857bfa3a6ada35584d9106d3dbe50b9ce
parentfcc8341c3792377f422426cef4bcc1588877f0df (diff)
downloadmariadb-git-10.2-compatibility-debug.tar.gz
Added DBUG_ASSERT_AS_PRINTF to BUILD/..asan-max10.2-compatibility-debug
-rwxr-xr-xBUILD/compile-pentium64-asan-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-asan-max b/BUILD/compile-pentium64-asan-max
index 666a0d89d8c..64d7acc0aa3 100755
--- a/BUILD/compile-pentium64-asan-max
+++ b/BUILD/compile-pentium64-asan-max
@@ -17,7 +17,7 @@
path=`dirname $0`
. "$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"
export LDFLAGS="-ldl"