Compare commits

..

1 Commits

Author SHA1 Message Date
1ac129a027 add -Wall and -Werror 2020-11-20 11:12:36 +01:00

View File

@@ -4,7 +4,7 @@
CFLAGS?=-mcpu=cortex-m3 -mthumb -Og -fdata-sections -ffunction-sections -g -gdwarf-2
CFLAGS?=-mcpu=cortex-m3 -mthumb -Og -fdata-sections -ffunction-sections -g -gdwarf-2 -Wall -Werror
CC=arm-none-eabi-gcc
AR=arm-none-eabi-ar