Turn -Werror back off again. Leaving out the invariants options causes

more trouble than I expected.
This commit is contained in:
Peter Wemm 2003-07-23 22:02:30 +00:00
parent 55e24f6e77
commit 07f9d83887

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}