make/linux/makefiles/adlc.make

changeset 5230
2cb5d5f6d5e5
parent 4095
45535ab90688
child 5510
ce8969c36762
equal deleted inserted replaced
5229:075ea888b039 5230:2cb5d5f6d5e5
66 # Force assertions on. 66 # Force assertions on.
67 CXXFLAGS += -DASSERT 67 CXXFLAGS += -DASSERT
68 68
69 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 69 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
70 # Compiler warnings are treated as errors 70 # Compiler warnings are treated as errors
71 CFLAGS_WARN = -Werror 71 CFLAGS_WARN = $(WARNINGS_ARE_ERRORS)
72 CFLAGS += $(CFLAGS_WARN) 72 CFLAGS += $(CFLAGS_WARN)
73 73
74 OBJECTNAMES = \ 74 OBJECTNAMES = \
75 adlparse.o \ 75 adlparse.o \
76 archDesc.o \ 76 archDesc.o \

mercurial