aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile')
-rw-r--r--boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile b/boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile
index 7f274b95..03ed9e2b 100644
--- a/boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile
+++ b/boards/base/Mikromedia-Plus-STM32-M4/example_chibios_3.x/Makefile
@@ -6,7 +6,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
# Replace -O0 with -O2 for a production build. -O2 just messes with the debugger.
- USE_OPT = -O0 -g -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O1 -g -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).