about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/tests/hello-world/Cargo.toml
blob: c6e22f642f673db9c2ac33a36a688da9d9ae3ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "hello_world"
edition = "2024"

[dependencies]
mylib = { path = "mylib" }

[profile.dev]
lto = "thin"

[profile.release]
lto = "fat"