From f6f4fe59c5128f8b75d7aa15bcc50d2d5291ce8d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 8 Jul 2006 10:42:59 +0000 Subject: [PATCH] Printing binary sketch size when compiling (in addition to when uploading). --- app/Sketch.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Sketch.java b/app/Sketch.java index 002afddfb..eee3626d8 100644 --- a/app/Sketch.java +++ b/app/Sketch.java @@ -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