diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-09-11 00:32:40 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-11 00:32:40 -0400 |
| commit | 67735c6f1557092efe6e8c1712445c30655fe283 (patch) | |
| tree | 82eaedf770f3893192bb251bbae0db470762f230 /src/all_types.hpp | |
| parent | 5ee5933ade09c535bd1806d91cb606f49d07acea (diff) | |
| download | zig-67735c6f1557092efe6e8c1712445c30655fe283.tar.gz zig-67735c6f1557092efe6e8c1712445c30655fe283.zip | |
ability to disable cache. off by default except for...
...zig run, zig build, compiler_rt.a, and builtin.a
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 4a15162076..cdc290268a 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1718,6 +1718,7 @@ struct CodeGen { bool verbose_cimport; bool error_during_imports; bool generate_error_name_table; + bool enable_cache; //////////////////////////// Participates in Input Parameter Cache Hash ZigList<LinkLib *> link_libs_list; |
