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
This commit is contained in:
Hans-Joachim Lankenau 2003-08-18 13:49:33 +00:00
parent a2ce7f4b58
commit bbb8aa7014

View file

@ -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