mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-09 06:23:14 +00:00
Add -lld flag for using "bin\lld-link.exe" on Windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user