added note about creating stacktraces

This commit is contained in:
Simon Hafner
2015-01-31 18:28:32 -06:00
parent fb1f15476f
commit de77700067

View File

@@ -149,6 +149,9 @@ To create a new compiler for each run, use ``koch temp``::
./koch temp c /tmp/test.nim
``koch temp`` creates a debug build of the compiler, which is useful
to create stacktraces for compiler debugging.
``koch temp`` returns 125 as the exit code in case the compiler
compilation fails. This exit code tells ``git bisect`` to skip the
current commit.::