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