diff options
| author | gingerBill <bill@gingerbill.org> | 2018-08-28 19:28:34 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-08-28 19:28:34 +0100 |
| commit | adbb3bb75fc161988fb6e4fdf07260601a846aaa (patch) | |
| tree | e3bdd575b237576c7481239dc77bed49331c4fc6 /src/build_settings.cpp | |
| parent | 6181c4edb33f5547575b74ccf228570921ea9b72 (diff) | |
Add `-lld` flag for using "bin\lld-link.exe" on Windows
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 ca11468f8..cbf6fb689 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -86,6 +86,7 @@ struct BuildContext { bool no_bounds_check; bool no_output_files; bool no_crt; + bool use_lld; gbAffinity affinity; isize thread_count; |