diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-06-14 12:26:30 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-06-14 12:26:30 +0000 |
commit | 8f0762f89160b4082da93c9e1b0ff99df15dd976 (patch) | |
tree | 7d8eb3ae7cef3fc3b41504e70fb0d1c92e60e631 /stoc/source/security | |
parent | cec9e449acbec8a6ccc8acd7206a9b4ec441c063 (diff) |
#100075# modifying loaders, using macro expander singleton; service manager review
Diffstat (limited to 'stoc/source/security')
-rw-r--r-- | stoc/source/security/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/security/makefile.mk b/stoc/source/security/makefile.mk index 42f7ff3102ec..77c2774fe233 100644 --- a/stoc/source/security/makefile.mk +++ b/stoc/source/security/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2002-03-04 17:43:21 $ +# last change: $Author: dbo $ $Date: 2002-06-14 13:26:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,7 +101,7 @@ DEF1NAME=$(SHL1TARGET) # msvc++: no inlining for debugging .IF "$(COM)" == "MSC" -CFLAGS += /Ob0 +CFLAGS += -Ob0 .ENDIF # some diagnose |