diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-09-11 22:46:22 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-11 22:46:22 -0400 |
| commit | 014cc60a72ac2d64935bf424459b5fa13e281ed9 (patch) | |
| tree | 7f8c43d42297bb52e39366bb45084f7ee6662ae3 /src/all_types.hpp | |
| parent | ee263a15cc8fb52c2ac6053a29168fb15089839b (diff) | |
| download | zig-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.hpp | 1 |
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; |
