diff --git a/code/unix/Makefile b/code/unix/Makefile index f1cf1f3e..1ed167ec 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -265,7 +265,7 @@ ifeq ($(PLATFORM),darwin) GL_CFLAGS = endif - OPTIMIZE = -O3 -ffast-math -fomit-frame-pointer -falign-loops=16 + OPTIMIZE = -O3 -ffast-math -falign-loops=16 ifeq ($(ARCH),ppc) BASE_CFLAGS += -faltivec