1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Printing binary sketch size when compiling (in addition to when uploading).

This commit is contained in:
David A. Mellis 2006-07-08 10:42:59 +00:00
parent 73612d95e0
commit f6f4fe59c5

View File

@ -1306,6 +1306,7 @@ public class Sketch {
//mainClassName = build(TEMP_BUILD_PATH, suggestedClassName);
mainClassName =
build(target, tempBuildFolder.getAbsolutePath(), suggestedClassName);
size(tempBuildFolder.getAbsolutePath(), name);
// externalPaths is magically set by build()
if (!externalRuntime) { // only if not running externally already