mirror of
https://github.com/kkos/oniguruma
synced 2025-11-03 08:08:50 +08:00
add a target debug_out_sanitize
This commit is contained in:
@ -61,6 +61,11 @@ sanitize:
|
||||
make
|
||||
make all-test
|
||||
|
||||
debug_out_sanitize:
|
||||
make clean
|
||||
./configure CFLAGS="-O0 -g -fsanitize=address -DONIG_DEBUG_PARSE -DONIG_DEBUG_COMPILE" LDFLAGS="-fsanitize=address"
|
||||
make
|
||||
|
||||
cov:
|
||||
make lcov-clear
|
||||
cd test; make CFLAGS="--coverage" test
|
||||
|
||||
Reference in New Issue
Block a user