Skip to content

Commit

Permalink
Removed -fomit-frame-pointer from Mac OS X builds. Someone should
Browse files Browse the repository at this point in the history
probably gank this from the other platforms, too.
  • Loading branch information
icculus committed Dec 4, 2005
1 parent 9b0cd80 commit 24209ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/unix/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 24209ec

Please sign in to comment.