forked from Orchid/orchid
25 lines
532 B
TOML
25 lines
532 B
TOML
[alias]
|
|
xtask = "run --quiet --package xtask --"
|
|
orcx = "xtask orcx --"
|
|
orcxdb = "xtask orcxdb --"
|
|
|
|
[env]
|
|
CARGO_WORKSPACE_DIR = { value = "", relative = true }
|
|
ORCHID_EXTENSIONS = "target/debug/orchid_std"
|
|
#ORCHID_EXTENSIONS = "target/debug/orchid-std-piped"
|
|
ORCHID_DEFAULT_SYSTEMS = "orchid::std;orchid::macros"
|
|
ORCHID_LOG_BUFFERS = "true"
|
|
RUST_BACKTRACE = "1"
|
|
|
|
[build]
|
|
# rustflags = ["-Znext-solver"]
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
debug = 2
|
|
strip = 'none'
|
|
debug-assertions = true
|
|
overflow-checks = true
|
|
lto = false
|
|
panic = 'abort'
|