diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-28 11:16:40 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-28 11:16:40 +0000 |
commit | de202dd376ea3109e21f535554647689dda23c7b (patch) | |
tree | e7247994911999dc69ab1755346057df768309bb /testhal/STM32/STM32F7xx/USB_RAW/Makefile | |
parent | d93fdcd424c049078009119940d0042bb229ed38 (diff) | |
download | ChibiOS-de202dd376ea3109e21f535554647689dda23c7b.tar.gz ChibiOS-de202dd376ea3109e21f535554647689dda23c7b.tar.bz2 ChibiOS-de202dd376ea3109e21f535554647689dda23c7b.zip |
New USB API finalized, updated OTGv1, USBv1 not yet updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8653 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_RAW/Makefile')
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_RAW/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/Makefile b/testhal/STM32/STM32F7xx/USB_RAW/Makefile index 8d169d51f..3988aeb34 100644 --- a/testhal/STM32/STM32F7xx/USB_RAW/Makefile +++ b/testhal/STM32/STM32F7xx/USB_RAW/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).
|