Turn -Werror back on.

This commit is contained in:
peter 2003-07-23 20:10:09 +00:00
parent 843fb5fa73
commit 88e4389ba3

View File

@ -52,7 +52,7 @@ PROF= -pg
.endif
.endif
DEFINED_PROF= ${PROF}
# WERROR?= -Werror
WERROR?= -Werror
INLINE_LIMIT?= 2500
CFLAGS+= --param max-inline-insns-single=${INLINE_LIMIT}