Skip to content

Commit 521619d

Browse files
committed
deploy: 4f5eaa4
1 parent 350d83f commit 521619d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

master/building-from-source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2 id="building-from-source"><a class="header" href="#building-from-source">Bui
201201
<pre><code class="language-sh"># Optimized
202202
cargo install \
203203
--profile opt \
204-
--config 'build.rustflags="-C target-cpu=native"' \
204+
--config 'build.rustflags=["-C", "target-cpu=native"]' \
205205
--path helix-term \
206206
--locked
207207
</code></pre>

master/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h3 id="msys2"><a class="header" href="#msys2">MSYS2</a></h3>
339339
<pre><code class="language-sh"># Optimized
340340
cargo install \
341341
--profile opt \
342-
--config 'build.rustflags="-C target-cpu=native"' \
342+
--config 'build.rustflags=["-C", "target-cpu=native"]' \
343343
--path helix-term \
344344
--locked
345345
</code></pre>

master/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

master/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)