From b58d73a1fda5fed950ac9d2bbbaafb4e7e1ef641 Mon Sep 17 00:00:00 2001 From: icculus Date: Sun, 4 Dec 2005 23:14:23 +0000 Subject: Removed -fomit-frame-pointer from Mac OS X builds. Someone should probably gank this from the other platforms, too. git-svn-id: svn://svn.icculus.org/quake3/trunk@412 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/unix/Makefile') diff --git a/code/unix/Makefile b/code/unix/Makefile index f1cf1f3..1ed167e 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 -- cgit v1.2.3