DEBSOURCES
Skip Quicknav
sources / rustc / 1.86.0%2Bdfsg1-1 / compiler / rustc_codegen_gcc / tests / hello-world / Cargo.toml
123456789101112
[package] name = "hello_world" edition = "2024" [dependencies] mylib = { path = "mylib" } [profile.dev] lto = "thin" [profile.release] lto = "fat"