Added -no-entry-point flag and relevant check.

This commit is contained in:
F0x1fy
2020-11-10 09:50:53 -07:00
parent ee3b3fe6a3
commit 301e1d2ff3
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -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;