aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-31 22:17:19 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-31 22:17:19 +0200
commit128aae2f5eb7713d60a9e61ff874d084de602569 (patch)
tree38c58a9326b4d2d0e1889393025e0efca967e0a7 /Makefile
parent1d23582bc8288f04cd8d38025d1486b83ffc3d93 (diff)
downloadsafetitle-128aae2f5eb7713d60a9e61ff874d084de602569.tar.gz
Disable optimizations
I'm not *too* confident in the operation of the program, so I'd like the compiler to assume as little as possible...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9aae517..2795d1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -O2 -pedantic -Wall -Wextra
+CFLAGS += -pedantic -Wall -Wextra
safetitle: safetitle.c
da: da.c