diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-10 09:45:37 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-10 09:45:37 -0400 |
commit | d002746e25237738ab45b472c1fff6e8fbe4183b (patch) | |
tree | 9eb4b184fc7e59f89e4a2314f3e88427a3148247 /Makefile | |
parent | b430a38ce5674b319ef9bf1c6e773c9eb33f1542 (diff) |
wip: better samplebuffer filling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ TARGET_PLATFORM = L4 # Compiler options here. ifeq ($(USE_OPT),) - USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16 --specs=nosys.specs + USE_OPT = -Os -g3 -ggdb -fomit-frame-pointer -falign-functions=16 --specs=nosys.specs endif # C specific options here (added to USE_OPT). |