make/bsd/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 ifneq ($(COMPILER_WARNINGS_FATAL),false) CFLAGS_WARN = -Werror --- 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 ifneq ($(COMPILER_WARNINGS_FATAL),false) CFLAGS_WARN = -Werror