mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-30 10:57:47 +00:00
Added -no-entry-point flag and relevant check.
This commit is contained in:
@@ -151,6 +151,7 @@ struct BuildContext {
|
||||
bool no_dynamic_literals;
|
||||
bool no_output_files;
|
||||
bool no_crt;
|
||||
bool no_entry_point;
|
||||
bool use_lld;
|
||||
bool vet;
|
||||
bool cross_compiling;
|
||||
|
||||
Reference in New Issue
Block a user