halt on every compiler warning

This commit is contained in:
King Kévin 2013-10-13 16:47:05 +02:00
parent 8c128db8d2
commit d21ed4cdd3
1 changed files with 1 additions and 1 deletions

View File

@ -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