diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 15:16:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 15:16:07 +0000 |
commit | 6f5d6652694e9dd4c1900601cc0af506bc1627d9 (patch) | |
tree | 078fbcc262f9c4454abe3b41a3d9c9466a4826a7 /testhal/STM32/STM32F3xx/WDG | |
parent | c1e7f8c6c794ca40f99cf4b9a42f3787f5131909 (diff) | |
download | ChibiOS-6f5d6652694e9dd4c1900601cc0af506bc1627d9.tar.gz ChibiOS-6f5d6652694e9dd4c1900601cc0af506bc1627d9.tar.bz2 ChibiOS-6f5d6652694e9dd4c1900601cc0af506bc1627d9.zip |
Updated registries for WDG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8558 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/WDG')
-rw-r--r-- | testhal/STM32/STM32F3xx/WDG/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/WDG/Makefile b/testhal/STM32/STM32F3xx/WDG/Makefile index fe9e06861..c01cfa725 100644 --- a/testhal/STM32/STM32F3xx/WDG/Makefile +++ b/testhal/STM32/STM32F3xx/WDG/Makefile @@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
|