added short-enums into CFLAGS

This commit is contained in:
kkitayam 2021-03-28 00:10:53 +09:00
parent 4c832a9195
commit 5f4e6dafc5
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ CFLAGS += \
-nostartfiles \
-ffunction-sections \
-fdata-sections \
-fshort-enums \
-mcpu=rx610 \
-misa=v1 \
-mlittle-endian-data \