aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-10-10 09:45:37 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-10-10 09:45:37 -0400
commitd002746e25237738ab45b472c1fff6e8fbe4183b (patch)
tree9eb4b184fc7e59f89e4a2314f3e88427a3148247 /Makefile
parentb430a38ce5674b319ef9bf1c6e773c9eb33f1542 (diff)
wip: better samplebuffer filling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44f4c8a..3dcfd94 100644
--- a/Makefile
+++ b/Makefile
@@ -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).