Remove -pedantic to allow 0b0000101 style (GCC extension)

This commit is contained in:
Pim van Pelt
2019-03-28 16:20:54 +01:00
parent 66bd1cadce
commit 643ab436fb

View File

@ -1,7 +1,7 @@
TARGET = mgos_i2c
CC = gcc
# CFLAGS = -g -O -Wall -Wextra -std=c89 -pedantic -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition
CFLAGS = -g -O2 -pedantic -Werror -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition
CFLAGS = -g -O2 -Werror -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition
LINKER = gcc
LFLAGS = -O -Wall -I. -lm