aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/USB_CDC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-22 10:47:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-22 10:47:39 +0000
commitf0152ab13b753d4e0ebfacc9afa7c574e5c6979a (patch)
tree67ae97e8daf0ccee087f028d2a037a6f189a1270 /testhal/STM32F4xx/USB_CDC/Makefile
parente8793e67621c47d076c7ce18efa0e4a0bb3543eb (diff)
downloadChibiOS-f0152ab13b753d4e0ebfacc9afa7c574e5c6979a.tar.gz
ChibiOS-f0152ab13b753d4e0ebfacc9afa7c574e5c6979a.tar.bz2
ChibiOS-f0152ab13b753d4e0ebfacc9afa7c574e5c6979a.zip
Integrated FatFS 0.9, changes to the FatFS demos and integration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4120 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 1a6ac2d74..233e47d0e 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 = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).