mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
b3c04e5951
* docs: removed outdated `cargo compiletest -- --clean` instructions. * compiletest: don't require `--` to pass our specific flags.
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
[build]
|
|
# Currently there's an issue where the Example CPU runner fails without
|
|
# `-C prefer-dynamic`.
|
|
rustflags = "-C prefer-dynamic"
|
|
|
|
[alias]
|
|
compiletest = "run --release -p compiletests --"
|