[quickjs] Turn off asan again

This commit is contained in:
John Doty 2023-09-23 09:11:35 -05:00
parent 26fb773b0b
commit 0531387498

View file

@ -46,7 +46,7 @@ prefix=/usr/local
# use the gprof profiler
#CONFIG_PROFILE=y
# use address sanitizer
CONFIG_ASAN=y
#CONFIG_ASAN=y
# include the code for BigInt/BigFloat/BigDecimal and math mode
CONFIG_BIGNUM=y