rust/tests/run-make-cargo/panic-immediate-abort-codegen/Cargo.toml
2025-09-21 13:12:18 -04:00

12 lines
239 B
TOML

cargo-features = ["profile-rustflags"]
[package]
name = "panic_scenarios"
version = "0.1.0"
edition = "2024"
[lib]
path = "lib.rs"
[profile.release]
rustflags = ["-Zmerge-functions=disabled", "-Zcodegen-source-order", "--emit=llvm-ir"]