diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-06-14 13:11:55 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-06-14 13:11:55 +0000 |
commit | 93b4b6cd27111cf634cf19501371541b174a7073 (patch) | |
tree | 4c1c528e8ff86c01d8db45506b422da7bf098fee /cppu/util | |
parent | 37504ed33518cf7c5e52c026314990452c45434d (diff) |
#100075# compiler optins
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/target.pmk | 8 |
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)" != "" |