1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

fixed an issue, -Wl,--gc-sections needed to have a comma.

This commit is contained in:
ricklon
2011-06-29 20:21:35 -04:00
parent dacfa86223
commit a6646ca08c
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ public class Target {
} catch (Exception e) {
System.err.println("Error loading platforms from " +
platformsFile + ": " + e);
System.exit(0);
//System.exit(0);
}