Merge pull request #2380 from flysand7/master

Add -no-thread-local flag
This commit is contained in:
gingerBill
2023-03-14 13:04:34 +00:00
committed by GitHub
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_thread_local;
bool use_lld;
bool vet;
bool vet_extra;