aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/USB_CDC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-13 16:13:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-13 16:13:00 +0000
commitf620f29e0a803ed942134ac8a801d5204cebe034 (patch)
treeb2085f49e6b84e76ecc122a521c65a442381213f /testhal/STM32F4xx/USB_CDC/Makefile
parent93ed653e57fb9947feadf43d36442658e00d4339 (diff)
downloadChibiOS-f620f29e0a803ed942134ac8a801d5204cebe034.tar.gz
ChibiOS-f620f29e0a803ed942134ac8a801d5204cebe034.tar.bz2
ChibiOS-f620f29e0a803ed942134ac8a801d5204cebe034.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4273 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC/Makefile')
-rw-r--r--testhal/STM32F4xx/USB_CDC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/Makefile b/testhal/STM32F4xx/USB_CDC/Makefile
index 233e47d0e..1a6ac2d74 100644
--- a/testhal/STM32F4xx/USB_CDC/Makefile
+++ b/testhal/STM32F4xx/USB_CDC/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).