From 128aae2f5eb7713d60a9e61ff874d084de602569 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Mon, 31 May 2021 22:17:19 +0200 Subject: 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... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3