diff options
-rw-r--r-- | doc/intern.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/intern.txt b/doc/intern.txt index 76139f672..a103703d7 100644 --- a/doc/intern.txt +++ b/doc/intern.txt @@ -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.:: |