Set compiler flag -pedantic
This commit is contained in:
parent
4dfb0d7edf
commit
1f668b6032
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue