1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[profile.rust] codegen-backend = "cranelift" [target.x86_64-unknown-linux-gnu] rustflags = [ "-C", "link-arg=-fuse-ld=mold", "--cfg", "tokio_unstable", "-Z", "threads=8", "-Z", "track-diagnostics", "--cfg", "web_sys_unstable_apis", ]