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