aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32f1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f1/Makefile')
-rw-r--r--src/stm32f1/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stm32f1/Makefile b/src/stm32f1/Makefile
index 66a677db..44643e5e 100644
--- a/src/stm32f1/Makefile
+++ b/src/stm32f1/Makefile
@@ -11,7 +11,6 @@ CFLAGS += -mthumb -mcpu=cortex-m3
CFLAGS += -Ilib/cmsis-core
CFLAGS += -Ilib/cmsis-stm32f1/include -Ilib/hal-stm32f1/include
CFLAGS += -DSTM32F103xB
-CFLAGS += -O3
CFLAGS_klipper.elf += -T $(OUT)stm32f1.ld
CFLAGS_klipper.elf += --specs=nano.specs --specs=nosys.specs