mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-18 23:21:37 +00:00
Removed -fomit-frame-pointer from Mac OS X builds. Someone should
probably gank this from the other platforms, too.
This commit is contained in:
parent
9b0cd8009d
commit
24209ecec6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue