summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2019-08-08 20:02:40 +0300
committerMonty <monty@mariadb.org>2019-08-08 23:08:22 +0300
commit6168f414017d491464b68445048f5c79c95abbbd (patch)
tree62790de4e16aa7059a5e3f47a86edeeffbede207 /BUILD
parent6dca5f6726c043f2bf154f16163b438e4c640283 (diff)
downloadmariadb-git-6168f414017d491464b68445048f5c79c95abbbd.tar.gz
Updated BUILD/compile-pentium64-asan-max
Diffstat (limited to 'BUILD')
-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 9a4de53162e..37acc9f74f3 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 -USAFEMALLOC -UFORCE_INIT_OF_VARS -Wno-uninitialized -Wno-maybe-uninitialized"
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs $disable_asan_plugins"
export LDFLAGS="-ldl"