make/linux/makefiles/adlc.make

Print this page

        

*** 59,72 **** # set INCLUDES for C preprocessor Src_Dirs_I += $(GAMMADIR)/src/share/vm/adlc $(GENERATED) INCLUDES += $(Src_Dirs_I:%=-I%) # set flags for adlc compilation ! CPPFLAGS = $(SYSDEFS) $(INCLUDES) # Force assertions on. ! CPPFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors CFLAGS_WARN = -Werror CFLAGS += $(CFLAGS_WARN) --- 59,72 ---- # set INCLUDES for C preprocessor Src_Dirs_I += $(GAMMADIR)/src/share/vm/adlc $(GENERATED) INCLUDES += $(Src_Dirs_I:%=-I%) # set flags for adlc compilation ! CXXFLAGS = $(SYSDEFS) $(INCLUDES) # Force assertions on. ! CXXFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors CFLAGS_WARN = -Werror CFLAGS += $(CFLAGS_WARN)