From b6876b564041efd8c4586c8ec9d91cc3e0b5558f Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 1 Apr 2022 13:12:27 +0800 Subject: [PATCH] Update comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7197b3c1..5e4b8d30 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # If you want to enable ASAN, run `make` with the following options: # -# make CXXFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address USE_MIMALLOC=0 +# make CXXFLAGS='-fsanitize=address -g' LDFLAGS=-fsanitize=address USE_MIMALLOC=0 VERSION = 1.1.1