Merge branch 'main' of github.com:generalbots/generalbots
This commit is contained in:
commit
0bc456629b
1 changed files with 3 additions and 1 deletions
|
|
@ -4,4 +4,6 @@ jobs = 6
|
|||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-fuse-ld=mold"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue