mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
Add -internal-cached
This commit is contained in:
@@ -326,7 +326,12 @@ enum SanitizerFlags : u32 {
|
||||
SanitizerFlag_Thread = 1u<<2,
|
||||
};
|
||||
|
||||
|
||||
struct BuildCacheData {
|
||||
u64 crc;
|
||||
String cache_dir;
|
||||
String manifest_path;
|
||||
bool copy_already_done;
|
||||
};
|
||||
|
||||
// This stores the information for the specify architecture of this build
|
||||
struct BuildContext {
|
||||
@@ -427,6 +432,9 @@ struct BuildContext {
|
||||
|
||||
bool use_separate_modules;
|
||||
bool module_per_file;
|
||||
bool cached;
|
||||
BuildCacheData build_cache_data;
|
||||
|
||||
bool no_threaded_checker;
|
||||
|
||||
bool show_debug_messages;
|
||||
|
||||
Reference in New Issue
Block a user