make/linux/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot.walk.1 Cdiff make/linux/makefiles/debug.make

make/linux/makefiles/debug.make

Print this page

        

*** 29,38 **** --- 29,41 ---- DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@)) # _NMT_NOINLINE_ informs NMT that no inlining by Compiler CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_ + # Frame pointer will always be present so native stack walking is supported. + CFLAGS += -DPLATFORM_NATIVE_STACK_WALKING_SUPPORTED=1 + # Set the environment variable HOTSPARC_GENERIC to "true" # to inhibit the effect of the previous line on CFLAGS. # Linker mapfile MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-debug
make/linux/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File