summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngs.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:19:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:19:51 +0000
commit86114206463cad39035475515252c9ac3fd6a648 (patch)
tree212e4d3d9a54d5dc29eda6ad2e102a83427532d9 /solenv/inc/unxlngs.mk
parentf912c5b9962c9b41cc3b01de1d9da74e3f1d2ca3 (diff)
INTEGRATION: CWS ooo20040225 (1.3.4); FILE MERGED
2004/02/19 10:48:25 sparcmoz 1.3.4.1: for linux sparc remove -fpermissive and restore -O1 optimisation
Diffstat (limited to 'solenv/inc/unxlngs.mk')
-rw-r--r--solenv/inc/unxlngs.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk
index 71ee0fc22784..a267893a7978 100644
--- a/solenv/inc/unxlngs.mk
+++ b/solenv/inc/unxlngs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxlngs.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2004-03-02 11:34:14 $
+# last change: $Author: hr $ $Date: 2004-03-09 12:19:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -106,7 +106,7 @@ CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
# -fpermissive should be removed as soon as possible
-CFLAGSCXX= -pipe -fpermissive -fno-rtti
+CFLAGSCXX= -pipe -fno-rtti
# HACK: enable Hamburg developers to build on glibc-2.2 machines but compile vs. glibc-2.1 headers
.IF "$(BUILD_SPECIAL)"==""
@@ -133,9 +133,7 @@ CFLAGSDBGUTIL=
# Compiler flags for enabling optimazations
# CFLAGSOPT=-O2
# reduce to -O1 to avoid optimisation problems
-# CFLAGSOPT=-01
-# We use -03, also see IZ 17788 -fno-strict-aliasing
-CFLAGSOPT=-O3 -fno-strict-aliasing
+CFLAGSOPT=-O1 -fno-strict-aliasing
# Compiler flags for disabling optimazations
#CFLAGSNOOPT=
CFLAGSNOOPT=-fno-strict-aliasing