File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ ARDUINO 1.5.9
4
4
[ide]
5
5
* Updated AStyle formatter to v2.04: http://astyle.sourceforge.net/notes.html
6
6
7
+ [core]
8
+ * sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
9
+
7
10
The following changes are included also in the Arduino IDE 1.0.7:
8
11
9
12
[libraries]
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ version=1.5.8
12
12
13
13
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
14
14
compiler.c.cmd=arm-none-eabi-gcc
15
- compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
15
+ compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
16
16
compiler.c.elf.cmd=arm-none-eabi-gcc
17
17
compiler.c.elf.flags=-Os -Wl,--gc-sections
18
18
compiler.S.flags=-c -g -x assembler-with-cpp
19
19
compiler.cpp.cmd=arm-none-eabi-g++
20
- compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf
20
+ compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD
21
21
compiler.ar.cmd=arm-none-eabi-ar
22
22
compiler.ar.flags=rcs
23
23
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments