aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/WSPI-MFS/make
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-14 09:24:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-14 09:24:25 +0000
commit27ad46cdfdfd3565b0376a96a3068839a3c63250 (patch)
tree7559f401151b8415b831cef372481c3fa08e96cf /testhal/STM32/multi/WSPI-MFS/make
parent6e0f6445b67755c1e39495f351a67eb718332e76 (diff)
downloadChibiOS-27ad46cdfdfd3565b0376a96a3068839a3c63250.tar.gz
ChibiOS-27ad46cdfdfd3565b0376a96a3068839a3c63250.tar.bz2
ChibiOS-27ad46cdfdfd3565b0376a96a3068839a3c63250.zip
Minor changes to MFS project.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12421 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS/make')
-rw-r--r--testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make b/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make
index 47345c16f..64f290378 100644
--- a/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make
+++ b/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -gdwarf-3 -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).