diff options
| author | bumbread <thebumboni@gmail.com> | 2023-03-14 16:32:42 +1100 |
|---|---|---|
| committer | bumbread <thebumboni@gmail.com> | 2023-03-14 16:32:42 +1100 |
| commit | 5134d6bc63cf39cc987bf5a11a724ad3db69a0a1 (patch) | |
| tree | 09d3cff9b48907194acd8ec84f286611dc02b961 /src/build_settings.cpp | |
| parent | 5f3b6c9722007d731193a90f97e566127120f6ed (diff) | |
rename -no-tls to -no-thread-local
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 1ca537c01..c97973753 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; |