update
This commit is contained in:
@@ -178,7 +178,7 @@ if guess == "password123" {
|
|||||||
<li>No functions at present</li>
|
<li>No functions at present</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>To try the native compiler, use this command:</p>
|
<p>To try the native compiler, use this command:</p>
|
||||||
<pre class="code"><code>solstice program.sols -o program -t native --nostdlib</code></pre>
|
<pre class="code"><code>solstice program.sols --output program --type native --nostdlib</code></pre>
|
||||||
<h3>Debugging</h3>
|
<h3>Debugging</h3>
|
||||||
<p>Solstice will create a temporary folder in your current directory which you can remove called ".(outputname)_solsbuild". In this folder is the assembly and object file generated by the compiler. If you think that there's a bug with Ground or Solstice, you can use these to find the issue.</p>
|
<p>Solstice will create a temporary folder in your current directory which you can remove called ".(outputname)_solsbuild". In this folder is the assembly and object file generated by the compiler. If you think that there's a bug with Ground or Solstice, you can use these to find the issue.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user