1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Compilation speed-up patch (only compile modify files). (Paul Stoffregen)

http://code.google.com/p/arduino/issues/detail?id=638
This commit is contained in:
David A. Mellis
2011-12-16 18:20:22 -05:00
parent b8fbffeac4
commit b0ae6e764d
3 changed files with 110 additions and 6 deletions

View File

@ -1010,6 +1010,7 @@ public class Base {
Preferences.set("target", (String) getValue("target"));
Preferences.set("board", (String) getValue("board"));
onBoardOrPortChange();
Sketch.buildSettingChanged();
}
};
action.putValue("target", target.getName());