summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngs.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 13:54:00 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 13:54:00 +0000
commit548ada2c637cf08739b3d8592f924d7f613eb7a3 (patch)
tree7332aebdaace968f53a5a19b93908e0d494f0703 /solenv/inc/unxlngs.mk
parent78b38ea0af848152f42cb54c273ee6ac33f6d7b1 (diff)
INTEGRATION: CWS ooo20040704 (1.6.48); FILE MERGED
2004/06/27 21:53:11 sparcmoz 1.6.48.1: #i30468# linux sparc enable rtti
Diffstat (limited to 'solenv/inc/unxlngs.mk')
-rw-r--r--solenv/inc/unxlngs.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk
index d8ea36288bee..6b72d6fee7c2 100644
--- a/solenv/inc/unxlngs.mk
+++ b/solenv/inc/unxlngs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxlngs.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: svesik $ $Date: 2004-04-21 13:55:32 $
+# last change: $Author: rt $ $Date: 2004-09-08 14:54:00 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -101,12 +101,11 @@ CFLAGSENABLESYMBOLS=-g
# flags for the C++ Compiler
CFLAGSCC= -pipe
# Flags for enabling exception handling
-CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
+CFLAGSEXCEPTIONS=-fexceptions
# Flags for disabling exception handling
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
-# -fpermissive should be removed as soon as possible
-CFLAGSCXX= -pipe -fno-rtti
+CFLAGSCXX= -pipe
# HACK: enable Hamburg developers to build on glibc-2.2 machines but compile vs. glibc-2.1 headers
.IF "$(BUILD_SPECIAL)"==""
@@ -131,11 +130,10 @@ CFLAGSPROF=
CFLAGSDEBUG=-g
CFLAGSDBGUTIL=
# Compiler flags for enabling optimazations
-# CFLAGSOPT=-O2
+CFLAGSOPT=-O2 -fno-strict-aliasing
# reduce to -O1 to avoid optimisation problems
-CFLAGSOPT=-O1 -fno-strict-aliasing
+# CFLAGSOPT=-O1 -fno-strict-aliasing
# Compiler flags for disabling optimazations
-#CFLAGSNOOPT=
CFLAGSNOOPT=-fno-strict-aliasing
# Compiler flags for discibing the output path
CFLAGSOUTOBJ=-o
@@ -228,4 +226,3 @@ RCSETVERSION=
DLLPOSTFIX=ls
DLLPRE=lib
DLLPOST=.so
-