Added -no-tls flag

This commit is contained in:
bumbread
2023-03-13 20:25:13 +11:00
parent 56bfbbf501
commit 5f3b6c9722
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -275,6 +275,7 @@ struct BuildContext {
bool no_output_files;
bool no_crt;
bool no_entry_point;
bool no_tls;
bool use_lld;
bool vet;
bool vet_extra;