summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc462b6..499c30f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ DEBUG ?= 0
# ARM compiler for userspace test code
CROSS_COMPILE ?= arm-linux-
CC = $(CROSS_COMPILE)gcc
-CFLAGS = -Wall -Os
+CFLAGS = -Wall -Os -Werror
# M68K toolchain for CF firmware
M68KCROSS ?= /opt/cross/binutils-coldfire/bin/m68k-unknown-elf-
OpenPOWER on IntegriCloud