mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2024-11-21 05:30:49 +08:00
Added -fshort-enum to CFLAGS.
This commit is contained in:
parent
f6159b16ab
commit
e50b6649cd
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ OBJCOPY = arm-none-eabi-objcopy
|
||||
SIZE = arm-none-eabi-size
|
||||
|
||||
ASFLAGS = -mcpu=cortex-m0
|
||||
CFLAGS = -O2 -Wall -Werror -mcpu=cortex-m0 -fno-builtin -std=c11 -MMD
|
||||
CFLAGS = -O2 -Wall -Werror -mcpu=cortex-m0 -fno-builtin -fshort-enums -std=c11 -MMD
|
||||
CFLAGS += -DPRINTF_INCLUDE_CONFIG_H
|
||||
LDFLAGS = -mcpu=cortex-m0 -nostartfiles -Wl,-T,firmware.ld
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user