summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-05-16 02:33:39 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-05-16 02:33:39 -0700
commit2623dbaf1b8653c6ad49fa9fbcf99c5039086eb6 (patch)
treec53e54d4de64a34932ec83cc32e78e65d79f7135 /Makefile
parented1ed2fc98cc795acd9bdc76be6d1df138c505c7 (diff)
fix small memcpy bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22c011a..35aba2c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CFLAGS += -g
CFLAGS += -O3
-CFLAGS += -fsanitize=address
+# CFLAGS += -fsanitize=address
all: build/magic
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback