From 27cb79ab2dbdc596e1f858e05c39783810f650ca Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov <vg@openoffice.org> Date: Wed, 2 Jul 2003 12:44:34 +0000 Subject: INTEGRATION: CWS ooo11rc (1.18.2); FILE MERGED 2003/06/30 17:21:03 vq 1.18.2.1: #i14472# Set CFLAGSCRASHDUMP flag --- solenv/inc/unxlngi4.mk | 8 ++++++-- 1 file 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 -- cgit