diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-03-10 13:13:15 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-03-10 13:13:15 -0500 |
commit | 4faf1ad3b80f7c71d8cab1f6cd727ee6940db07f (patch) | |
tree | 9d7f60700d522118ec19d10351b2942df98bc7e7 /doc | |
parent | c910d337667b9e721da43f26c957c4580607229f (diff) |
New release
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.tex b/doc/manual.tex index 10d49f7e..b833df4f 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -238,6 +238,8 @@ sqlite3 path/to/database/file <app.sql \end{verbatim} \end{itemize} +\item \texttt{-dumpSource}: When compilation fails, output to stderr the complete source code of the last intermediate program before the compilation phase that signaled the error. (Warning: these outputs can be very long and aren't especially optimized for readability!) + \item \texttt{-limit class num}: Equivalent to the \texttt{limit} directive from \texttt{.urp} files \item \texttt{-output FILENAME}: Set where the application executable is written. |