Was causing undefined symbol errors
This commit is contained in:
parent
b5792648eb
commit
8e340b62b9
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
linker = "clang"
|
linker = "clang"
|
||||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-Zshare-generics=y"]
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] #, "-Zshare-generics=y"]
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "stable" # "nightly"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue