2021-03-17 11:33:50 +00:00
|
|
|
[build]
|
|
|
|
# Currently there's an issue where the Example CPU runner fails without
|
|
|
|
# `-C prefer-dynamic`.
|
|
|
|
rustflags = "-C prefer-dynamic"
|
2021-03-18 17:16:21 +00:00
|
|
|
|
|
|
|
[alias]
|
2021-03-22 14:37:55 +00:00
|
|
|
compiletest = "run --release -p compiletests --"
|