< prev index next >

make/solaris/makefiles/sparcWorks.make

Print this page
rev 7403 : 8065656: Use DWARF debug symbols for Solaris

*** 494,512 **** ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1) DEBUG_CFLAGS += -xs FASTDEBUG_CFLAGS += -xs endif - # Special global options for SS12 - ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) - # There appears to be multiple issues with the new Dwarf2 debug format, so - # we tell the compiler to use the older 'stabs' debug format all the time. - # Note that this needs to be used in optimized compiles too to be 100%. - # This is a workaround for SS12 (5.9) bug 6694600 - CFLAGS += -xdebugformat=stabs - endif - # Enable the following CFLAGS additions if you need to compare the # built ELF objects. # # The -g option makes static data global and the "-Qoption ccfe # -xglobalstatic" option tells the compiler to not globalize static --- 494,503 ----
< prev index next >