summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-06-14 13:11:55 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-06-14 13:11:55 +0000
commit93b4b6cd27111cf634cf19501371541b174a7073 (patch)
tree4c1c528e8ff86c01d8db45506b422da7bf098fee /cppu
parent#100075# corereflection singleton (diff)
downloadcore-93b4b6cd27111cf634cf19501371541b174a7073.tar.gz
core-93b4b6cd27111cf634cf19501371541b174a7073.zip
#100075# compiler optins
Diffstat (limited to 'cppu')
-rw-r--r--cppu/util/target.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk
index db239fc945e8..18e3d3d11287 100644
--- a/cppu/util/target.pmk
+++ b/cppu/util/target.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: dbo $ $Date: 2001-08-01 11:20:02 $
+# last change: $Author: dbo $ $Date: 2002-06-14 14:11:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,7 +65,7 @@
# msvc++
.IF "$(COM)" == "MSC"
-CFLAGS += /Ox
+CFLAGS += -Ox
.ENDIF
# sunpro 5
@@ -82,7 +82,7 @@ CFLAGS += -O
# msvc++: no inlining
.IF "$(COM)" == "MSC"
-CFLAGS += /Ob0
+CFLAGS += -Ob0
.ENDIF
.IF "$(cppu_assert)" != ""