[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 --"
