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:
parent
73612d95e0
commit
f6f4fe59c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user