Skip to content
Snippets Groups Projects
Commit 931d3769 authored by Armin Rigo's avatar Armin Rigo
Browse files

Updates.

parent d594d7c7
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,7 @@
JIT is delicate. It requires using either MSVC or gcc with no particularly
fancy options. It does not work e.g. with clang, or if you pass uncommon
options with the <tt class="docutils literal">CFLAGS</tt> environment variable. The generated C files
are left around in <tt class="docutils literal"><span class="pre">/tmp/usession-$USER/testing_1/</span></tt>, so if compilation
are left around in <tt class="docutils literal"><span class="pre">/tmp/usession-$USER/testing_1/</span></tt> or
<tt class="docutils literal"><span class="pre">$TMPDIR/usession-$USER/testing_1</span></tt>, so if compilation
fails (i.e. you get a <tt class="docutils literal">CompilationError</tt>) or if you want to build a
debug build, you can go there and retry running <tt class="docutils literal">make</tt>. For example:
......@@ -159,7 +160,7 @@
fails (i.e. you get a <tt class="docutils literal">CompilationError</tt>) or if you want to build a
debug build, you can go there and retry running <tt class="docutils literal">make</tt>. For example:
<tt class="docutils literal">make <span class="pre">CFLAGS=&quot;&quot;</span></tt>, or <tt class="docutils literal">make lldebug</tt>. It is recommended to move this
directory away if you want to keep it; otherwise, further runs of
<tt class="docutils literal">CFLAGS= make</tt>, or <tt class="docutils literal">make lldebug</tt>. It is recommended to move this
directory away if you want to keep it; otherwise, future runs of
<tt class="docutils literal">translate.py</tt> will remove it.</li>
</ul>
</div>
......
......@@ -142,6 +142,7 @@
JIT is delicate. It requires using either MSVC or gcc with no particularly
fancy options. It does not work e.g. with clang, or if you pass uncommon
options with the ``CFLAGS`` environment variable. The generated C files
are left around in ``/tmp/usession-$USER/testing_1/``, so if compilation
are left around in ``/tmp/usession-$USER/testing_1/`` or
``$TMPDIR/usession-$USER/testing_1``, so if compilation
fails (i.e. you get a ``CompilationError``) or if you want to build a
debug build, you can go there and retry running ``make``. For example:
......@@ -146,7 +147,7 @@
fails (i.e. you get a ``CompilationError``) or if you want to build a
debug build, you can go there and retry running ``make``. For example:
``make CFLAGS=""``, or ``make lldebug``. It is recommended to move this
directory away if you want to keep it; otherwise, further runs of
``CFLAGS= make``, or ``make lldebug``. It is recommended to move this
directory away if you want to keep it; otherwise, future runs of
``translate.py`` will remove it.
.. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment