diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-10-18 12:52:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-10-18 12:52:23 +0000 |
commit | c586f3ad4bdf82f78ab5a3b03e373996dc2a1332 (patch) | |
tree | bb00ac167f4a7dd09a8b7347a76aa1dd7d9ff524 /solenv/inc/unxsols4.mk | |
parent | 12ebe1d61882972e542abdc2164dd5dbd27053d2 (diff) |
#i10000# crashdump related switches (CFLAGSENABLESYMBOLS) enabled
Diffstat (limited to 'solenv/inc/unxsols4.mk')
-rw-r--r-- | solenv/inc/unxsols4.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/unxsols4.mk b/solenv/inc/unxsols4.mk index 22784b8dfb23..366b5d4eb145 100644 --- a/solenv/inc/unxsols4.mk +++ b/solenv/inc/unxsols4.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxsols4.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: rt $ $Date: 2004-08-23 09:18:53 $ +# last change: $Author: obo $ $Date: 2004-10-18 13:52:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,7 +88,7 @@ CFLAGSCC=-xCC -D__sparcv8plus CFLAGSCXX=-features=no%altspell -library=no%Cstd # flags to enable build with symbols; required for crashdump feature -CFLAGSENABLESYMBOLS=#-g0 -xs # temporarily commented out, will be reenabled before Beta +CFLAGSENABLESYMBOLS=-g0 -xs # was temporarily commented out, reenabled before Beta CFLAGSEXCEPTIONS= CFLAGS_NO_EXCEPTIONS=-noex @@ -129,7 +129,7 @@ LINK=CC LINKFLAGSRUNPATH*=-R\''$$ORIGIN'\' LINKFLAGS=-w -mt -z combreloc -PIC -temp=/tmp $(LINKFLAGSRUNPATH) -norunpath -library=no%Cstd -# -z text force fatal error if non PIC code is linked into shared library. Such code +# -z text force fatal error if non PIC code is linked into shared library. Such code # would be expensive on startup CHECKFORPIC =-z text LINKFLAGSSHLGUI=$(CHECKFORPIC) -G @@ -189,7 +189,7 @@ LIBSTLPORTST=$(STATIC) -lstlport_sunpro $(DYNAMIC) LIBMGR=CC -LIBFLAGS=-xar -o +LIBFLAGS=-xar -o IMPLIB= IMPLIBFLAGS= |