xref: /libCEED/examples/rust-qfunctions/ex1-volume-rs/.cargo/config.toml (revision 9b5f41c81b637db3e5453a22df59a4f47deed499)
1[target.nvptx64-nvidia-cuda]
2rustflags = [
3  "-C", "linker-plugin-lto",
4]
5[unstable]
6build-std = ["panic_abort","core", "alloc"]
7