diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-01 15:14:30 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-01 15:14:30 -0400 |
commit | 3fa9bbe4255424b9db34b6020177d217ffbe5faa (patch) | |
tree | 271487315c456a00148fc5b0d1a1b6bcaf325621 /Makefile | |
parent | 4611bbac2341e9e586434b45637fe00ec0e33478 (diff) |
8kSps rate; elf in SRAM2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -Og -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -Og -ggdb -fomit-frame-pointer -falign-functions=16 -mtune=cortex-m4
endif
# C specific options here (added to USE_OPT).
@@ -15,7 +15,7 @@ endif # C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
- USE_CPPOPT = -std=c++2a -fno-rtti -fno-exceptions
+ USE_CPPOPT = -std=c++2a -fno-rtti -fno-exceptions
endif
# Enable this if you want the linker to remove unused code and data.
|