From 4cb2467ac67bb0e3acfcb04db65adab92b8f59b2 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 23 Mar 2006 22:22:10 +0000
Subject: [PATCH] More release optimization options.

---
 src/build/Common.gmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/build/Common.gmake b/src/build/Common.gmake
index 52b5660830..7574350028 100644
--- a/src/build/Common.gmake
+++ b/src/build/Common.gmake
@@ -323,7 +323,7 @@ ifdef DEBUG
  CFLAGS	+=	-ggdb
  CFLAGS	+=	-D_DEBUG
 else # RELEASE
- CFLAGS	:= -O2 $(CFLAGS)
+ CFLAGS	:= -O2 -fomit-frame-pointer -finline-functions -ffast-math -funroll-loops $(CFLAGS)
 endif
 
 -include targets.mk
-- 
GitLab