diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2011-12-04 02:05:02 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2011-12-04 02:06:47 +0100 |
commit | 7c165d29b989a15e2fd23a6d17c08d1981411bc3 (patch) | |
tree | 0bd6128dc807fc0ce8b7761de0eca5a8f96d7d5d /SConstruct | |
parent | c3d8f5876d6c1016e60a6a1dd33272dc8950163f (diff) |
Created member function interrupt gate.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ env = Environment( CC = 'arm-none-eabi-gcc',
CXX = 'arm-none-eabi-g++',
AS = 'arm-none-eabi-gcc',
- CCFLAGS = '-O2 -Wall -ggdb -mcpu=cortex-m4 -mthumb -mhard-float -ffunction-sections',
+ CCFLAGS = '-O2 -Wall -ggdb -mcpu=cortex-m4 -mthumb -mhard-float -ffunction-sections -Wno-pmf-conversions',
CXXFLAGS = '-fno-exceptions -fno-rtti',
ASFLAGS = '-c -x assembler-with-cpp -mcpu=cortex-m4 -mthumb -mhard-float',
|