small fix of 'make sanitize' command

This commit is contained in:
K.Kosako
2019-11-08 17:39:15 +09:00
parent 61ed1d6890
commit 84d4355706

View File

@ -44,7 +44,7 @@ archive:
sanitize: sanitize:
make clean make clean
./configure --enable-posix-api=no CC=clang CFLAGS="-O -g -fsanitize=address" ./configure --enable-posix-api=no CC=clang CFLAGS="-O -g -fsanitize=address" LDFLAGS="-fsanitize=address"
make make
make all-test make all-test