aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/scripts/zig-env.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.devcontainer/scripts/zig-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/scripts/zig-env.sh b/.devcontainer/scripts/zig-env.sh
index c9dd6131b..c98539a74 100644
--- a/.devcontainer/scripts/zig-env.sh
+++ b/.devcontainer/scripts/zig-env.sh
@@ -5,4 +5,4 @@ git clone https://github.com/zigtools/zls /home/ubuntu/zls
cd /home/ubuntu/zls
git checkout aabdb0c6ecb3c9a47feff2c2bfb9be4e95adf723
git submodule update --init --recursive --progress --depth=1
-zig build -Drelease-fast
+zig build -Doptimize=ReleaseFast