diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-07 11:30:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-07 11:30:26 +0000 |
commit | 9095897d130220478e08c24722bdca11b85df1f7 (patch) | |
tree | 75c93dd79f6bf98a0e3b47596922adb1231824a9 /demos/ARMCM3-STM32F100-DISCOVERY/Makefile | |
parent | cba62c4bc9e96a6bb2aac7df25f537abe03d882e (diff) | |
download | ChibiOS-9095897d130220478e08c24722bdca11b85df1f7.tar.gz ChibiOS-9095897d130220478e08c24722bdca11b85df1f7.tar.bz2 ChibiOS-9095897d130220478e08c24722bdca11b85df1f7.zip |
IAR and Keil reports for the STM32VL-Discovery.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2601 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F100-DISCOVERY/Makefile')
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/Makefile b/demos/ARMCM3-STM32F100-DISCOVERY/Makefile index 00405071a..792a57e5f 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY/Makefile +++ b/demos/ARMCM3-STM32F100-DISCOVERY/Makefile @@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer
endif
# C++ specific options here (added to USE_OPT).
|