summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-09-14 14:24:09 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-09-14 14:24:09 +0000
commit88f2fc4151b97059bcaee1f38066109e2769ba45 (patch)
tree99a808761053a1ef329f5ca4ab37693696cec914 /package
parent4e84579009a2b1fcdf9a40b3aa8975a8749d8a70 (diff)
#89303# The correct flags to unline and un-optimise
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/source/zippackage/makefile.mk b/package/source/zippackage/makefile.mk
index 4f04dea41e96..adc44f01b3ec 100644
--- a/package/source/zippackage/makefile.mk
+++ b/package/source/zippackage/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: mtg $ $Date: 2001-09-06 09:42:31 $
+# last change: $Author: mtg $ $Date: 2001-09-14 15:24:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,8 +74,8 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
-# the following flag un-inlines function calls
-# CFLAGS+=/Ob2
+# the following flag un-inlines function calls and disables optimisations
+#CFLAGS+=/Ob0 /Od
SLOFILES= \
$(SLO)$/ZipPackage.obj \