summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-02 12:44:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-02 12:44:34 +0000
commit27cb79ab2dbdc596e1f858e05c39783810f650ca (patch)
tree3799596421607a82befcbc999cbb139625b6cefa
parent01b9a3a8937ee2f40cbf87135d014c6585a62d1a (diff)
INTEGRATION: CWS ooo11rc (1.18.2); FILE MERGED
2003/06/30 17:21:03 vq 1.18.2.1: #i14472# Set CFLAGSCRASHDUMP flag
-rw-r--r--solenv/inc/unxlngi4.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/inc/unxlngi4.mk b/solenv/inc/unxlngi4.mk
index 6d368fd9a65b..81357aa23872 100644
--- a/solenv/inc/unxlngi4.mk
+++ b/solenv/inc/unxlngi4.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxlngi4.mk,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: vg $ $Date: 2003-06-12 10:02:12 $
+# last change: $Author: vg $ $Date: 2003-07-02 13:44:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,6 +90,10 @@ CXX*=g++
CC*=gcc
# flags for C and C++ Compiler
CFLAGS+=-fmessage-length=0 -c $(INCLUDE)
+
+# flags required for crashdump feature
+CFLAGSCRASHDUMP=-g
+
# flags for the C++ Compiler
CFLAGSCC= -pipe -mcpu=pentiumpro
# Flags for enabling exception handling