aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-04-26 16:05:17 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-04-26 16:05:17 -0700
commita5d15fbccff504461b824b130f9cbc27905264a8 (patch)
tree98b0c4aac795a9faa322516cc1323119157b8995 /rules.mk
parent62f04ff585edd4f932f18ecad109f1d0213973a6 (diff)
fix(bio): buffer copying error
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 71444f5..7e5afa1 100644
--- a/rules.mk
+++ b/rules.mk
@@ -4,7 +4,7 @@
all: targets
-debug: CFLAGS += -DDEBUG
+debug: CFLAGS += -DDEBUG -g -fsanitize=address
debug: targets
release: CFLAGS += -O3 -mtune=native -flto -ffast-math #-DNDEBUG