diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |