Skip to content
/ server Public

Commit 7edf2dc

Browse files
committed
Added --with-asan to compile-pentium64-asan-max
This was needed to get rid of compilation problems with -Wframe-larger-than=16384
1 parent 4dbbd31 commit 7edf2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD/compile-pentium64-asan-max

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path=`dirname $0`
2323
#
2424

2525
extra_flags="$pentium64_cflags $debug_cflags -lasan -O -g -fsanitize=address -USAFEMALLOC -UFORCE_INIT_OF_VARS -Wno-uninitialized -Wno-maybe-uninitialized -DMYSQL_SERVER_SUFFIX=-asan-max"
26-
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs $disable_asan_plugins"
26+
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs $disable_asan_plugins --with-asan=ON"
2727
export LDFLAGS="-ldl"
2828

2929
. "$path/FINISH.sh"

0 commit comments

Comments
 (0)