From 0531387498a23fb1725bc73620ee9e956c167b70 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 23 Sep 2023 09:11:35 -0500 Subject: [PATCH] [quickjs] Turn off asan again --- oden-js-sys/quickjs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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