Skip to content

Commit 4f5eaa4

Browse files
authored
docs: fix possible error when building the optimized version from source (#14330)
1 parent 7a5b618 commit 4f5eaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/building-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUSTFLAGS="-C target-feature=-crt-static"
4242
# Optimized
4343
cargo install \
4444
--profile opt \
45-
--config 'build.rustflags="-C target-cpu=native"' \
45+
--config 'build.rustflags=["-C", "target-cpu=native"]' \
4646
--path helix-term \
4747
--locked
4848
```

0 commit comments

Comments
 (0)