make/linux/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8015252 Cdiff make/linux/makefiles/adlc.make

make/linux/makefiles/adlc.make

Print this page

        

*** 66,76 **** # 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) OBJECTNAMES = \ adlparse.o \ archDesc.o \ --- 66,76 ---- # Force assertions on. CXXFLAGS += -DASSERT # CFLAGS_WARN holds compiler options to suppress/enable warnings. # Compiler warnings are treated as errors ! CFLAGS_WARN = $(WARNINGS_ARE_ERRORS) CFLAGS += $(CFLAGS_WARN) OBJECTNAMES = \ adlparse.o \ archDesc.o \
make/linux/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File