diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2023-03-14 13:04:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 13:04:34 +0000 |
| commit | 00f24a324972508f00c337e6321c3528a370a753 (patch) | |
| tree | bc783faad848d3c243ded0cae039f132fdce93ce /src/build_settings.cpp | |
| parent | d8a798372b041f7a8814ba46a88520852bc01f71 (diff) | |
| parent | 5134d6bc63cf39cc987bf5a11a724ad3db69a0a1 (diff) | |
Merge pull request #2380 from flysand7/master
Add -no-thread-local flag
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index a2881f801..0aa9977a5 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; |