Removed -O3 from Makefile again

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-11 11:52:05 +01:00
parent a7d3a2d6ea
commit 1fa67577e0

View file

@ -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 += \