From bbb8aa70140355c58bf5aa00bd813a86aeeab280 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Mon, 18 Aug 2003 13:49:33 +0000 Subject: [PATCH] INTEGRATION: CWS geordi2q01 (1.19.22); FILE MERGED 2003/08/18 13:25:22 hr 1.19.22.1: #i18350#: join changes from CWS ooo11rc3 --- solenv/inc/unxlngi4.mk | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/solenv/inc/unxlngi4.mk b/solenv/inc/unxlngi4.mk index 81357aa23872..fad552108bac 100644 --- a/solenv/inc/unxlngi4.mk +++ b/solenv/inc/unxlngi4.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngi4.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: vg $ $Date: 2003-07-02 13:44:34 $ +# last change: $Author: hjs $ $Date: 2003-08-18 14:49:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,8 +91,12 @@ CC*=gcc # flags for C and C++ Compiler CFLAGS+=-fmessage-length=0 -c $(INCLUDE) -# flags required for crashdump feature -CFLAGSCRASHDUMP=-g +# flags to enable build with symbols; required for crashdump feature +.IF "$(ENABLE_SYMBOLS)"=="SMALL" +CFLAGSENABLESYMBOLS=-g1 +.ELSE +CFLAGSENABLESYMBOLS=-g +.ENDIF # flags for the C++ Compiler CFLAGSCC= -pipe -mcpu=pentiumpro