aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/RTC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-07 07:06:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-07 07:06:49 +0000
commit618b341a054bb067c81fbf94343c28c021ae9665 (patch)
tree235bdc5839f97a27d0036deb682e52006e4530ad /testhal/STM32F1xx/RTC
parent9923c1663e9d5d7643833dde674ca912e82a1b26 (diff)
downloadChibiOS-618b341a054bb067c81fbf94343c28c021ae9665.tar.gz
ChibiOS-618b341a054bb067c81fbf94343c28c021ae9665.tar.bz2
ChibiOS-618b341a054bb067c81fbf94343c28c021ae9665.zip
Removed unused stuff from RTCv1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3753 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/RTC')
-rw-r--r--testhal/STM32F1xx/RTC/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/testhal/STM32F1xx/RTC/Makefile b/testhal/STM32F1xx/RTC/Makefile
index d11c0f579..9fc777248 100644
--- a/testhal/STM32F1xx/RTC/Makefile
+++ b/testhal/STM32F1xx/RTC/Makefile
@@ -6,10 +6,6 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
- #USE_OPT = -O1 -ggdb -fomit-frame-pointer -falign-functions=16 -fno-inline
- #USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -fno-strict-aliasing
- #USE_OPT = -O3 -ggdb -fomit-frame-pointer -falign-functions=16
- #USE_OPT = -Os -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
@@ -34,7 +30,7 @@ endif
# Enable this if you want to see the full log while compiling.
ifeq ($(USE_VERBOSE_COMPILE),)
- USE_VERBOSE_COMPILE = yes
+ USE_VERBOSE_COMPILE = no
endif
#