[alias]
xtask = "run --package xtask --"

# Cranelift doesn't support unwinding, so make sure to use LLVM as the codegen backend
# TODO: remove this workaround once unwinding is stable on Linux:
# https://github.com/rust-lang/rustc_codegen_cranelift/issues/1567
[unstable]
codegen-backend = true

[profile.dev]
codegen-backend = "llvm"