r412 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Dec 4 18:14:24 EST 2005
Author: icculus
Date: 2005-12-04 18:14:23 -0500 (Sun, 04 Dec 2005)
New Revision: 412
Modified:
trunk/code/unix/Makefile
Log:
Removed -fomit-frame-pointer from Mac OS X builds. Someone should
probably gank this from the other platforms, too.
Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile 2005-12-04 23:12:46 UTC (rev 411)
+++ trunk/code/unix/Makefile 2005-12-04 23:14:23 UTC (rev 412)
@@ -265,7 +265,7 @@
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
More information about the quake3-commits
mailing list