summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-04-08 12:57:52 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-04-08 12:57:52 +0000
commit2e4eda208fb4ead82293f75a1f9729083ebfbcd7 (patch)
tree21378a2516d2f2973b7c724cc2c100bce1e0e45b /solenv/inc/wnt.mk
parent9953e4eeafc944244c4d6f9fa70e0c30466cf315 (diff)
#100000# reenable stacktraces in non pro
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index c20d4a7bbc03..721e7db65e6a 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.47 $
+# $Revision: 1.48 $
#
-# last change: $Author: vg $ $Date: 2003-04-01 13:35:08 $
+# last change: $Author: hjs $ $Date: 2003-04-08 13:57:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -258,6 +258,9 @@ CFLAGSDEBUG=-Zi -Fd$(MISC)\_ooo_st_$(TARGET).PDB
.ENDIF
CFLAGSDBGUTIL=
CFLAGSOPT=-Ox
+.IF "$(PRODUCT)"!=""
+CFLAGSOPT+=-Oy-
+.ENDIF # "$(PRODUCT)"!=""
CFLAGSNOOPT=-Od
CFLAGSOUTOBJ=-Fo
.IF "$(COMEX)"=="8"