mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-30 10:57:47 +00:00
Add -vet-packages:<comma-separated-string-array>
This commit is contained in:
@@ -383,6 +383,7 @@ struct BuildContext {
|
||||
|
||||
u64 vet_flags;
|
||||
u32 sanitizer_flags;
|
||||
StringSet vet_packages;
|
||||
|
||||
bool has_resource;
|
||||
String link_flags;
|
||||
@@ -1462,8 +1463,6 @@ gb_internal void init_build_context(TargetMetrics *cross_target, Subtarget subta
|
||||
bc->thread_count = gb_max(bc->affinity.thread_count, 1);
|
||||
}
|
||||
|
||||
string_set_init(&bc->custom_attributes);
|
||||
|
||||
bc->ODIN_VENDOR = str_lit("odin");
|
||||
bc->ODIN_VERSION = ODIN_VERSION;
|
||||
bc->ODIN_ROOT = odin_root_dir();
|
||||
|
||||
Reference in New Issue
Block a user