Remove unnecessary memory buffer alloc unsets

This define is turned off by default
This commit is contained in:
Andrzej Kurek 2019-09-09 07:32:48 -04:00
parent 6addfdd190
commit 7eb7f8db8b

View file

@ -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