Commit from GitHub Actions

This commit is contained in:
Lee Lup Yuen 2024-02-16 12:50:24 +00:00
parent 61f2e2e82f
commit 64f0f5083b

View file

@ -698,6 +698,9 @@ cd quickjs-nutttx/nuttx
<li>
<p>Or <a href="https://github.com/lupyuen/quickjs-nuttx/blob/master/nuttx/build.sh#L14-L25"><strong>QuickJS for NuttX Ox64</strong></a></p>
</li>
<li>
<p>For Smaller Ox64 Binaries: <a href="https://github.com/lupyuen/quickjs-nuttx#switch-ox64-quickjs-to-full-linking"><strong>Use Full Linking</strong></a></p>
</li>
</ul>
<p><em>How did we figure out the steps to build QuickJS for NuttX?</em></p>
<p>We ran “<strong><code>make --trace</code></strong>” to observe the <strong>QuickJS Build</strong>: <a href="https://github.com/lupyuen/quickjs-nuttx/blob/master/nuttx/make.log">make.log</a></p>