mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Removing per-board compilation speedup checks.
This commit is contained in:
@ -297,9 +297,6 @@ public class Compiler implements MessageConsumer {
|
||||
}
|
||||
|
||||
private boolean is_already_compiled(File src, File obj, File dep, Map<String, String> prefs) {
|
||||
String build_dep = prefs.get("build.dependency");
|
||||
if (build_dep == null) return false;
|
||||
if (build_dep.compareToIgnoreCase("true") != 0) return false;
|
||||
boolean ret=true;
|
||||
try {
|
||||
//System.out.println("\n is_already_compiled: begin checks: " + obj.getPath());
|
||||
|
Reference in New Issue
Block a user