mirror of
https://github.com/kkos/oniguruma
synced 2025-11-03 08:08:50 +08:00
add a target 'sanitize' into Makefile
This commit is contained in:
@ -39,6 +39,12 @@ pkgconfig_DATA = oniguruma.pc
|
||||
all-test:
|
||||
cd test; make test
|
||||
|
||||
sanitize:
|
||||
make clean
|
||||
./configure CC=clang CFLAGS="-O -g -fsanitize=address"
|
||||
make
|
||||
make all-test
|
||||
|
||||
cov:
|
||||
make lcov-clear
|
||||
cd test; make CFLAGS="--coverage" test
|
||||
|
||||
Reference in New Issue
Block a user