diff options
author | jaseg <git@jaseg.net> | 2019-01-11 22:02:14 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-01-11 22:02:14 +0900 |
commit | c6547c6e6fa381a7811d0c47603291d82be7e440 (patch) | |
tree | 8a58371cdff166331d545e28e041564967e09b85 /driver_fw/Makefile | |
parent | 528d653bdef957121200364aa116aa1587fefa19 (diff) | |
download | 8seg-c6547c6e6fa381a7811d0c47603291d82be7e440.tar.gz 8seg-c6547c6e6fa381a7811d0c47603291d82be7e440.tar.bz2 8seg-c6547c6e6fa381a7811d0c47603291d82be7e440.zip |
Basic command comm works
Diffstat (limited to 'driver_fw/Makefile')
-rw-r--r-- | driver_fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_fw/Makefile b/driver_fw/Makefile index 2d74acd..5ad3b23 100644 --- a/driver_fw/Makefile +++ b/driver_fw/Makefile @@ -9,7 +9,7 @@ OBJCOPY := arm-none-eabi-objcopy OBJDUMP := arm-none-eabi-objdump SIZE := arm-none-eabi-size -CFLAGS = -g -Wall -std=gnu11 -O1 -fdump-rtl-expand -Wno-discarded-qualifiers +CFLAGS = -g -Wall -std=gnu11 -O0 -fdump-rtl-expand -Wno-discarded-qualifiers CFLAGS += -mlittle-endian -mcpu=cortex-m3 -mthumb #CFLAGS += -ffunction-sections -fdata-sections LDFLAGS = -nostartfiles |