Fix warning
This commit is contained in:
2
Makefile
2
Makefile
@@ -47,7 +47,7 @@ LFLAGS += -mfloat-abi=soft --disable-newlib-supplied-syscalls -nostartfiles
|
||||
LFLAGS += -Tstartup/stm32f030.ld -Wl,-Map=$(mapfile).map -Wl,--gc-sections -Wl,--print-memory-usage -g
|
||||
|
||||
CFLAGS = -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m0
|
||||
CFLAGS += -mfloat-abi=soft -nostartfiles -Wall -g3 -O0
|
||||
CFLAGS += -mfloat-abi=soft -nostartfiles -Wall -Wextra -g3 -O0
|
||||
|
||||
####################################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user