Merge pull request #4206 from laytan/improve-linking-shared-libraries

Improve linking shared libraries
This commit is contained in:
gingerBill
2024-09-10 21:59:21 +01:00
committed by GitHub
5 changed files with 26 additions and 26 deletions

View File

@@ -411,6 +411,7 @@ struct BuildContext {
bool no_dynamic_literals;
bool no_output_files;
bool no_crt;
bool no_rpath;
bool no_entry_point;
bool no_thread_local;
bool use_lld;