diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-31 22:17:19 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-31 22:17:19 +0200 |
commit | 128aae2f5eb7713d60a9e61ff874d084de602569 (patch) | |
tree | 38c58a9326b4d2d0e1889393025e0efca967e0a7 | |
parent | 1d23582bc8288f04cd8d38025d1486b83ffc3d93 (diff) | |
download | safetitle-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...
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -O2 -pedantic -Wall -Wextra +CFLAGS += -pedantic -Wall -Wextra safetitle: safetitle.c da: da.c |