make/solaris/makefiles/jvmg.make

changeset 3900
d2a62e0f25eb
parent 3095
19241ae0d839
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3877:74533f63b116 3900:d2a62e0f25eb
35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0 35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0 36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0
37 endif 37 endif
38 endif 38 endif
39 39
40 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 40 # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
41 CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
41 42
42 # Set the environment variable HOTSPARC_GENERIC to "true" 43 # Set the environment variable HOTSPARC_GENERIC to "true"
43 # to inhibit the effect of the previous line on CFLAGS. 44 # to inhibit the effect of the previous line on CFLAGS.
44 45
45 # Linker mapfiles 46 # Linker mapfiles

mercurial