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:
@ -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]
|
||||
|
Reference in New Issue
Block a user