From 1fa67577e0560b592a6b60658718e5f037543932 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Sun, 11 Nov 2012 11:52:05 +0100 Subject: [PATCH] Removed -O3 from Makefile again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e00e384..a44b6ea 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC ?= clang -CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -O3 +CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector #turn on tons of warnings if clang is present ifeq ($(CC), clang) CFLAGS += \ -- 2.39.2