- Add [profile.release] with thin LTO and symbol stripping - Configure lld linker via .cargo/config.toml for faster linking - Add clang and lld to Nix devShell - Add defer attribute to component script tags to unblock HTML parsing
5 lines
158 B
TOML
5 lines
158 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|