summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 473e1bc..40d9088 100644
--- a/config.mk
+++ b/config.mk
@@ -27,6 +27,8 @@ INCS = `$(PKG_CONFIG) --cflags $(USED_LIBS)`
LIBS = -lm `$(PKG_CONFIG) --libs $(USED_LIBS)` -lpthread
# flags
+# -fsanitize=address \
+
SHARED_FLAGS = -D_DEFAULT_SOURCE \
-D_POSIX_C_SOURCE=200809L \
-DPKE_VERSION=\"$(PKE_VERSION)\" \