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