summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ir/context.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ir/context.rs b/src/ir/context.rs
index 50f1ef5b..292383f5 100644
--- a/src/ir/context.rs
+++ b/src/ir/context.rs
@@ -553,7 +553,8 @@ impl BindgenContext {
clang_sys::CXTranslationUnit_DetailedPreprocessingRecord;
let translation_unit = {
- let _t = Timer::new("translation_unit");
+ let _t = Timer::new("translation_unit")
+ .with_output(options.time_phases);
let clang_args = if explicit_target {
Cow::Borrowed(&options.clang_args)
} else {