summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngppc.mk
diff options
context:
space:
mode:
authorKevin Hendricks <khendricks@openoffice.org>2001-08-24 12:42:06 +0000
committerKevin Hendricks <khendricks@openoffice.org>2001-08-24 12:42:06 +0000
commit173862abcbfe17a150ae198be90f122000a2ef28 (patch)
tree73f55724f4caeb81aaba0557dca92ad46f0abeaf /solenv/inc/unxlngppc.mk
parent315d7e8801a3dff220765bfa484bb96a1c320e50 (diff)
add -frtti and change to -O2 (with extra switches to workaround
ppc linux compiler issues Kevin
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r--solenv/inc/unxlngppc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index 2ae0196c44e8..7b0b0fe1c46d 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -40,7 +40,7 @@ CFLAGSEXCEPTIONS=-fexceptions
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
# -fpermissive should be removed as soon as possible
-CFLAGSCXX= -pipe -fno-for-scope -fpermissive
+CFLAGSCXX= -pipe -fno-for-scope -fpermissive -frtti
#Note: the build is not consistent in that it links static librtaries
@@ -68,7 +68,8 @@ CFLAGSDEBUG=-g
CFLAGSDBGUTIL=
# Compiler flags for enabling optimazations
-CFLAGSOPT=-O1
+CFLAGSOPT=-O2 -fno-schedule-insns -fno-strict-aliasing -fno-schedule-insns2
+
# Compiler flags for disabling optimazations
CFLAGSNOOPT=-O0
@@ -150,4 +151,3 @@ RCSETVERSION=
DLLPOSTFIX=lp
DLLPRE=lib
DLLPOST=.so
-