From 354096a9730611e2af046273e5758c6504cac79e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 25 Mar 2018 15:10:41 +0000 Subject: Fixed bug #930. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11855 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- .../STM32-QSPI-MFS (Select ELF file)(OpenOCD, Flash and Run).launch | 4 ++-- testhal/STM32/multi/QSPI-MFS/make/stm32l476_discovery.make | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testhal/STM32/multi') diff --git a/testhal/STM32/multi/QSPI-MFS/debug/STM32-QSPI-MFS (Select ELF file)(OpenOCD, Flash and Run).launch b/testhal/STM32/multi/QSPI-MFS/debug/STM32-QSPI-MFS (Select ELF file)(OpenOCD, Flash and Run).launch index e9a58e266..d37cc820f 100644 --- a/testhal/STM32/multi/QSPI-MFS/debug/STM32-QSPI-MFS (Select ELF file)(OpenOCD, Flash and Run).launch +++ b/testhal/STM32/multi/QSPI-MFS/debug/STM32-QSPI-MFS (Select ELF file)(OpenOCD, Flash and Run).launch @@ -33,9 +33,9 @@ - + - + diff --git a/testhal/STM32/multi/QSPI-MFS/make/stm32l476_discovery.make b/testhal/STM32/multi/QSPI-MFS/make/stm32l476_discovery.make index e9f97f125..8827f83dc 100644 --- a/testhal/STM32/multi/QSPI-MFS/make/stm32l476_discovery.make +++ b/testhal/STM32/multi/QSPI-MFS/make/stm32l476_discovery.make @@ -5,7 +5,7 @@ # Compiler options here. ifeq ($(USE_OPT),) - USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 + USE_OPT = -Og -ggdb -fomit-frame-pointer -falign-functions=16 endif # C specific options here (added to USE_OPT). -- cgit v1.2.3