Skip to content

Commit 418f1a0

Browse files
rleshchinskiyRoman Leshchinskiy
and
Roman Leshchinskiy
authored
flambda-backend: Always print -dtimings info to stdout (#2073)
Co-authored-by: Roman Leshchinskiy <[email protected]>
1 parent 422174e commit 418f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/maindriver.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let main argv ppf =
112112
n
113113
| exception Continue
114114
| () ->
115-
Compmisc.with_ppf_dump ~file_prefix:"profile"
115+
Compmisc.with_ppf_dump ~stdout:() ~file_prefix:"profile"
116116
(fun ppf -> Profile.print ppf !Clflags.profile_columns
117117
~timings_precision:!Clflags.timings_precision);
118118
0

0 commit comments

Comments
 (0)