aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile')
-rw-r--r--demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile b/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
index aa817d62a..d66563a6f 100644
--- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
+++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -Os -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).