rust/tests/hello-world/Cargo.toml
Antoni Boucher 93f7f2fdeb Add LTO test
2025-01-12 12:06:25 -05:00

12 lines
150 B
TOML

[package]
name = "hello_world"
edition = "2024"
[dependencies]
mylib = { path = "mylib" }
[profile.dev]
lto = "thin"
[profile.release]
lto = "fat"