Skip to content

Commit 763c068

Browse files
committed
Compile with --quiet flag set will not output final stats
1 parent c0ccf93 commit 763c068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/cli/compile/compile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func runCompileCommand(cmd *cobra.Command, args []string, srv rpc.ArduinoCoreSer
372372
ProfileOut: profileOut,
373373
Success: compileError == nil,
374374
showPropertiesMode: showProperties,
375-
hideStats: preprocess,
375+
hideStats: preprocess || quiet,
376376
}
377377

378378
if compileError != nil {

0 commit comments

Comments
 (0)