1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

[sam] Added -MMD flag to tell compiler to produce dependencies files

Now a full rebuild of the sketch is triggered only if needed.
This commit is contained in:
Cristian Maglie
2014-10-22 13:32:39 +02:00
parent 0824abfee5
commit d1714a9fb8
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@ ARDUINO 1.5.9
[ide]
* Updated AStyle formatter to v2.04: http://astyle.sourceforge.net/notes.html
[core]
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
The following changes are included also in the Arduino IDE 1.0.7:
[libraries]