diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-15 15:13:37 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-15 15:13:37 +0000 |
commit | 124a432b0ed05568381f2bf6930a86a767f85ea6 (patch) | |
tree | 48976d38ce75ea535ac1ce361973859836d43a3c /testhal/STM32F4xx/RTC/Makefile | |
parent | 122eecfb5e3360a86695815a7cf59f1bcd6f933f (diff) | |
download | ChibiOS-124a432b0ed05568381f2bf6930a86a767f85ea6.tar.gz ChibiOS-124a432b0ed05568381f2bf6930a86a767f85ea6.tar.bz2 ChibiOS-124a432b0ed05568381f2bf6930a86a767f85ea6.zip |
RTC. Nop.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3614 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC/Makefile')
-rw-r--r-- | testhal/STM32F4xx/RTC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/RTC/Makefile b/testhal/STM32F4xx/RTC/Makefile index 34c02d4ff..64c8e9767 100644 --- a/testhal/STM32F4xx/RTC/Makefile +++ b/testhal/STM32F4xx/RTC/Makefile @@ -12,7 +12,7 @@ ifeq ($(USE_OPT),) # If all calls to a given function are integrated, and the function is declared static, then the function is normally not output as assembler code in its own right.
# Enabled at level '-O3'.
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer # -mhard-float #-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
@@ -41,7 +41,7 @@ endif # Enable this if you want to see the full log while compiling.
ifeq ($(USE_VERBOSE_COMPILE),)
- USE_VERBOSE_COMPILE = no
+ USE_VERBOSE_COMPILE = yes
endif
#
|