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