make/solaris/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8134898 Sdiff make/solaris/makefiles

make/solaris/makefiles/debug.make

Print this page




  35   DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
  36   DEBUG_CFLAGS/jvmtiTagMap.o   = $(DEBUG_CFLAGS) -xO0
  37 endif
  38 endif
  39 
  40 # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
  41 CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
  42 
  43 # Set the environment variable HOTSPARC_GENERIC to "true"
  44 # to inhibit the effect of the previous line on CFLAGS.
  45 
  46 # Linker mapfiles
  47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
  48           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
  49 
  50 # This mapfile is only needed when compiling with dtrace support,
  51 # and mustn't be otherwise.
  52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
  53 
  54 VERSION = debug
  55 SYSDEFS += -DASSERT
  56 PICFLAGS = DEFAULT


  35   DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
  36   DEBUG_CFLAGS/jvmtiTagMap.o   = $(DEBUG_CFLAGS) -xO0
  37 endif
  38 endif
  39 
  40 # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
  41 CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
  42 
  43 # Set the environment variable HOTSPARC_GENERIC to "true"
  44 # to inhibit the effect of the previous line on CFLAGS.
  45 
  46 # Linker mapfiles
  47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
  48           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
  49 
  50 # This mapfile is only needed when compiling with dtrace support,
  51 # and mustn't be otherwise.
  52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
  53 
  54 VERSION = debug
  55 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
  56 PICFLAGS = DEFAULT
make/solaris/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File