Skip to content

Commit

Permalink
Regenerate compiler doc for 2.77.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 24, 2024
1 parent 1c80c64 commit dc3ea74
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,5 +473,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-12-16 09:31:03.146356+00:00
Build Date UTC : 2024-12-24 13:10:03.792886+00:00
-->
6 changes: 2 additions & 4 deletions docs/manual/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@

<li class="nav-item" data-level="1"><a href="#faust-compiler-options" class="nav-link">Faust Compiler Options</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#faust-compiler-version-2770" class="nav-link">FAUST compiler version 2.77.0</a>
<li class="nav-item" data-level="2"><a href="#faust-compiler-version-2773" class="nav-link">FAUST compiler version 2.77.3</a>
<ul class="nav flex-column">
</ul>
</li>
Expand Down Expand Up @@ -370,7 +370,7 @@
<div class="col-md-9 main-container" role="main">

<h1 id="faust-compiler-options">Faust Compiler Options</h1>
<h2 id="faust-compiler-version-2770">FAUST compiler version 2.77.0</h2>
<h2 id="faust-compiler-version-2773">FAUST compiler version 2.77.3</h2>
<pre><code class="language-faust-options">usage : faust [options] file1 [file2 ...].
where options represent zero or more compiler options
and fileN represents a Faust source file (.dsp extension).
Expand Down Expand Up @@ -504,8 +504,6 @@ <h2 id="environment-variables">Environment variables:</h2>
FAUST_DEBUG = FAUST_LLVM2 print LLVM IR after optimisation.
FAUST_DEBUG = FIR_PRINTER print FIR after generation.
FAUST_DEBUG = FAUST_LLVM_NO_FM deactivate fast-math optimisation in LLVM IR.
FAUST_DEBUG = FAUST_DTREE successive tree pointer allocation to guaranty deterministic compilation.
FAUST_DTREE_SIZE = &lt;num&gt; to set the size of each array of successive tree pointers in FAUST_DTREE mode.
FAUST_OPT = FAUST_SIG_NO_NORM deactivate signal normalisation.
</code></pre>
<h2 id="example">Example:</h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,9 +915,9 @@ <h2 id="faust2faustvst">faust2faustvst</h2>
QMAKE: specify the location of the qmake binary
Default: qmake
SDK: specify the location of the VST SDK
Default: /usr/local/src/vstsdk
Default: /usr/local/include/VST2_SDK
SDKSRC: specify the location of the VST SDK sources
Default: /usr/local/src/vstsdk/public.sdk/source/vst2.x
Default: /usr/local/include/VST2_SDK/public.sdk/source/vst2.x
</pre>

<h2 id="faust2feh">faust2feh</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
4 changes: 1 addition & 3 deletions mkdocs/docs/manual/options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Faust Compiler Options
## FAUST compiler version 2.77.0
## FAUST compiler version 2.77.3
~~~faust-options
usage : faust [options] file1 [file2 ...].
where options represent zero or more compiler options
Expand Down Expand Up @@ -142,8 +142,6 @@ usage : faust [options] file1 [file2 ...].
FAUST_DEBUG = FAUST_LLVM2 print LLVM IR after optimisation.
FAUST_DEBUG = FIR_PRINTER print FIR after generation.
FAUST_DEBUG = FAUST_LLVM_NO_FM deactivate fast-math optimisation in LLVM IR.
FAUST_DEBUG = FAUST_DTREE successive tree pointer allocation to guaranty deterministic compilation.
FAUST_DTREE_SIZE = <num> to set the size of each array of successive tree pointers in FAUST_DTREE mode.
FAUST_OPT = FAUST_SIG_NO_NORM deactivate signal normalisation.
~~~
## Example:
Expand Down

0 comments on commit dc3ea74

Please sign in to comment.