aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-09-11 00:32:40 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-09-11 00:32:40 -0400
commit67735c6f1557092efe6e8c1712445c30655fe283 (patch)
tree82eaedf770f3893192bb251bbae0db470762f230 /src/all_types.hpp
parent5ee5933ade09c535bd1806d91cb606f49d07acea (diff)
downloadzig-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.hpp1
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;