summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-06 09:58:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-06 09:58:14 +0000
commitc921796f773719b44ab9c7193c460c2145c5e0c5 (patch)
treec3188b52b63206bcf09ece0fde33b674b0279556
parent24c5e1f78f1b406d6d2f9f66335bb59a74c5c518 (diff)
INTEGRATION: CWS ause080 (1.29.4); FILE MERGED
2007/06/05 11:11:22 hjs 1.29.4.1: #i78107# use -Zd if ENABLE_CRASHDUMP set but UPDATER isn't set
-rw-r--r--solenv/inc/wntmsci10.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/solenv/inc/wntmsci10.mk b/solenv/inc/wntmsci10.mk
index 6c2250bd45dc..6d85a6cd79c6 100644
--- a/solenv/inc/wntmsci10.mk
+++ b/solenv/inc/wntmsci10.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: wntmsci10.mk,v $
#
-# $Revision: 1.29 $
+# $Revision: 1.30 $
#
-# last change: $Author: vg $ $Date: 2007-05-25 12:19:56 $
+# last change: $Author: ihi $ $Date: 2007-06-06 10:58:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -94,7 +94,12 @@ CFLAGS+= -Ob1
# flags to enable build with symbols; required for crashdump feature
#CFLAGSENABLESYMBOLS=-Zi -Fd$(MISC)$/_ooo_st_$(TARGET).PDB
+# full debug for RE builds only due to size concerns
+.IF "$(UPDATER)"!=""
CFLAGSENABLESYMBOLS=-Z7 -Yd
+.ELSE # "$(UPDATER)"!=""
+CFLAGSENABLESYMBOLS=-Zd
+.ENDIF # "$(UPDATER)"!=""
.IF "$(bndchk)" != ""
.IF "$(debug)" == ""