Add -lld flag for using "bin\lld-link.exe" on Windows

This commit is contained in:
gingerBill
2018-08-28 19:28:34 +01:00
parent 6181c4edb3
commit adbb3bb75f
2 changed files with 48 additions and 28 deletions

View File

@@ -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;