rename -no-tls to -no-thread-local

This commit is contained in:
bumbread
2023-03-14 16:32:42 +11:00
parent 5f3b6c9722
commit 5134d6bc63
3 changed files with 7 additions and 7 deletions

View File

@@ -275,7 +275,7 @@ struct BuildContext {
bool no_output_files;
bool no_crt;
bool no_entry_point;
bool no_tls;
bool no_thread_local;
bool use_lld;
bool vet;
bool vet_extra;