diff --git a/oden-js-sys/quickjs/Makefile b/oden-js-sys/quickjs/Makefile index 77f27a99..097a7e9e 100644 --- a/oden-js-sys/quickjs/Makefile +++ b/oden-js-sys/quickjs/Makefile @@ -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