From 5134d6bc63cf39cc987bf5a11a724ad3db69a0a1 Mon Sep 17 00:00:00 2001 From: bumbread Date: Tue, 14 Mar 2023 16:32:42 +1100 Subject: rename -no-tls to -no-thread-local --- src/build_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build_settings.cpp') 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; -- cgit v1.2.3