Removed -fomit-frame-pointer from Mac OS X builds. Someone should

probably gank this from the other platforms, too.
This commit is contained in:
Ryan C. Gordon 2005-12-04 23:14:23 +00:00
parent 9b0cd8009d
commit 24209ecec6

View file

@ -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