Enable -Werror for romcc
[coreboot.git] / util / romcc / Makefile
index 6543fbb3b7d8fac4d023f6b9a30c706b4f6d0c51..8242eb5668c6b194bba6830f7616faa6f21e29b7 100644 (file)
@@ -1,7 +1,7 @@
 # Move the configuration defines to makefile.conf
 CC=gcc
 CPPFLAGS=
-CFLAGS= -g -Wall $(CPPFLAGS)
+CFLAGS= -g -Wall -Werror $(CPPFLAGS)
 CPROF_FLAGS=-pg -fprofile-arcs
 
 all: romcc test