From 7eb7f8db8ba98f5b951390d8ef5a0ebaf2e94e93 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Mon, 9 Sep 2019 07:32:48 -0400 Subject: [PATCH] Remove unnecessary memory buffer alloc unsets This define is turned off by default --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 284aa5f65..71c369b42 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -919,7 +919,7 @@ component_test_m32_o0 () { # Build once with -O0, to compile out the i386 specific inline assembly msg "build: i386, make, gcc -O0 (ASan build)" # ~ 30s scripts/config.pl full - make CC=gcc CFLAGS='-O0 -Werror -Wall -Wextra -m32 -fsanitize=address' LDFLAGS='-m32' + make CC=gcc CFLAGS='-O0 -Werror -Wall -Wextra -m32 -fsanitize=address' LDFLAGS='-m32 -fsanitize=address' msg "test: i386, make, gcc -O0 (ASan build)" make test