comparison make/linux/makefiles/adlc.make @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 0fbdb4381b99 dbbe28fc66b5
children d7f654633cfe
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
59 59
60 # Force assertions on. 60 # Force assertions on.
61 CPPFLAGS += -DASSERT 61 CPPFLAGS += -DASSERT
62 62
63 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 63 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
64 # Suppress warnings (for now) 64 # Compiler warnings are treated as errors
65 CFLAGS_WARN = -w 65 CFLAGS_WARN = -Werror
66 CFLAGS += $(CFLAGS_WARN) 66 CFLAGS += $(CFLAGS_WARN)
67 67
68 OBJECTNAMES = \ 68 OBJECTNAMES = \
69 adlparse.o \ 69 adlparse.o \
70 archDesc.o \ 70 archDesc.o \