diff options
author | jaseg <git@jaseg.net> | 2017-08-15 14:34:20 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2017-08-15 14:34:34 +0200 |
commit | 9eb92caa6cabcb0a239dd0431aae9f812e8adab8 (patch) | |
tree | 7437cee5c3fefac0ee8b376133261a9ea5f9caf9 /fw/Makefile | |
parent | 952f3c03ac2b24eb4804cb336c5a684903252da1 (diff) | |
download | 7seg-9eb92caa6cabcb0a239dd0431aae9f812e8adab8.tar.gz 7seg-9eb92caa6cabcb0a239dd0431aae9f812e8adab8.tar.bz2 7seg-9eb92caa6cabcb0a239dd0431aae9f812e8adab8.zip |
working commit
Diffstat (limited to 'fw/Makefile')
-rw-r--r-- | fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/Makefile b/fw/Makefile index be6ff0b..6ff1686 100644 --- a/fw/Makefile +++ b/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 -O0 -fdump-rtl-expand +CFLAGS = -g -Wall -std=gnu11 -O2 -fdump-rtl-expand CFLAGS += -mlittle-endian -mcpu=cortex-m0 -march=armv6-m -mthumb #CFLAGS += -ffunction-sections -fdata-sections LDFLAGS = -nostartfiles |