From 24209ecec63b1a1bc704f285eac7a5c26de1cdb5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 4 Dec 2005 23:14:23 +0000 Subject: [PATCH] Removed -fomit-frame-pointer from Mac OS X builds. Someone should probably gank this from the other platforms, too. --- code/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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