Skip to content

Commit

Permalink
Compile with --quiet flag set will not output final stats
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jan 21, 2025
1 parent c0ccf93 commit 763c068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/compile/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func runCompileCommand(cmd *cobra.Command, args []string, srv rpc.ArduinoCoreSer
ProfileOut: profileOut,
Success: compileError == nil,
showPropertiesMode: showProperties,
hideStats: preprocess,
hideStats: preprocess || quiet,
}

if compileError != nil {
Expand Down

0 comments on commit 763c068

Please sign in to comment.