From d21ed4cdd3393346ad52e79051d2531d17077c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 13 Oct 2013 16:47:05 +0200 Subject: [PATCH] halt on every compiler warning --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3845f3e..456af1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ TARGET=led-controller CC=avr-gcc OBJDUMP=avr-objdump OBJCOPY=avr-objcopy -CFLAGS=-g -Wall -O3 -std=c99 +CFLAGS=-g -Werror -O3 -std=c99 # the target DEVICE=atmega328p F_CPU=18432000UL