Move to stable, put LTO in cargo config
This commit is contained in:
6
.cargo/config.toml
Normal file
6
.cargo/config.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[build]
|
||||
rustflags = ["-Clinker-plugin-lto", "-Clinker=clang-13", "-Clink-arg=-fuse-ld=lld-13"]
|
||||
rustdocflags = ["--cfg", "docsrs"]
|
||||
|
||||
[env]
|
||||
CC = "clang-13"
|
||||
Reference in New Issue
Block a user