mirror of
https://github.com/kkos/oniguruma
synced 2025-11-03 08:08:50 +08:00
small fix of 'make sanitize' command
This commit is contained in:
@ -44,7 +44,7 @@ archive:
|
||||
|
||||
sanitize:
|
||||
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 all-test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user