Files
rust/compiler/rustc_codegen_gcc/tests/hello-world/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
150 B
TOML
Raw Normal View History

[package]
name = "hello_world"
2025-01-12 09:10:40 -05:00
edition = "2024"
[dependencies]
2025-01-12 09:10:40 -05:00
mylib = { path = "mylib" }
[profile.dev]
lto = "thin"
2025-01-12 09:36:12 -05:00
[profile.release]
lto = "fat"