Set compiler flag -pedantic

This commit is contained in:
Lexi / Zoe 2021-04-17 02:36:31 +02:00
parent 4dfb0d7edf
commit 1f668b6032
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ OBJCOPY = avr-objcopy
AVRDUDE ?= avrdude
# Compiler and linker flags
CFLAGS = -Wall -std=c11 -Os
CFLAGS = -Wall -pedantic -std=c11 -Os
LDFLAGS =
# Target platform and programmer