summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorm-lima <m-lima@users.noreply.github.com>2023-02-13 17:52:10 +0100
committerGitHub <noreply@github.com>2023-02-13 17:52:10 +0100
commitd1b458e37bf740a3a45bb80fb62edfb440e32ac3 (patch)
tree2643c40fc73aee380fd007dfe91a7a23e71a8354 /Cargo.toml
parent5eb2d055ffa23f6775c12d7cc7e900e0d66a3def (diff)
chore(build): make the singlepass compiler opt-in through flags (#2146)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dbe216526..2fba0f486 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,4 +73,4 @@ pkg-fmt = "tgz"
default = [ "zellij-utils/plugins_from_target" ]
disable_automatic_asset_installation = [ "zellij-utils/disable_automatic_asset_installation" ]
unstable = [ "zellij-client/unstable", "zellij-utils/unstable" ]
-force_cranelift = [ "zellij-server/force_cranelift" ]
+singlepass = [ "zellij-server/singlepass" ]