Update website.

This commit is contained in:
David Reid
2020-11-09 20:06:17 +10:00
parent 9b904ea830
commit 4bb2750c44
13 changed files with 1018 additions and 11 deletions
+12
View File
@@ -935,6 +935,18 @@ Disables NEON optimizations.</p>
</tr>
<tr>
<td class="doc" valign="top"><p>
MA_NO_RUNTIME_LINKING
</p>
</td>
<td class="doc" valign="top"><p>
Disables runtime linking. This is useful for passing Apple&#39;s notarization process. When enabling this, you may need to avoid
using <span style="font-family:monospace;">-std=c89</span> or <span style="font-family:monospace;">-std=c99</span> on Linux builds or else you may end up with compilation errors due to conflicts with <span style="font-family:monospace;">timespec</span>
and <span style="font-family:monospace;">timeval</span> data types.</p>
</td>
</tr>
<tr>
<td class="doc" valign="top"><p>
MA_LOG_LEVEL [level]
</p>