summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4d4bab5..e5878e2 100644
--- a/config.mk
+++ b/config.mk
@@ -31,7 +31,7 @@ INCS = `$(PKG_CONFIG) --static --cflags $(USED_STATIC_LIBS)`
LIBS = -lm `$(PKG_CONFIG) --static --libs $(USED_STATIC_LIBS)` -lpthread
# flags
-# -fsanitize=address \
+# -fsanitize=address \
SHARED_FLAGS = \
-D_DEFAULT_SOURCE \