aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-09-11 22:46:22 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-09-11 22:46:22 -0400
commit014cc60a72ac2d64935bf424459b5fa13e281ed9 (patch)
tree7f8c43d42297bb52e39366bb45084f7ee6662ae3 /src/all_types.hpp
parentee263a15cc8fb52c2ac6053a29168fb15089839b (diff)
downloadzig-014cc60a72ac2d64935bf424459b5fa13e281ed9.tar.gz
zig-014cc60a72ac2d64935bf424459b5fa13e281ed9.zip
rename --enable-timing-info to -ftime-report to match clang
and have it print llvm's internal timing info
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index 3dfbc6ba7f..8aa2718d30 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -1727,6 +1727,7 @@ struct CodeGen {
bool error_during_imports;
bool generate_error_name_table;
bool enable_cache;
+ bool enable_time_report;
//////////////////////////// Participates in Input Parameter Cache Hash
ZigList<LinkLib *> link_libs_list;