frontend.lisp: New `-D' option to generate stack backtrace on error.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 28 Apr 2014 09:02:26 +0000 (10:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 28 Apr 2014 09:02:26 +0000 (10:02 +0100)
commit9d6fbc71c9e4f235900e0bf0547fef9a98f689d9
tree40bd52d658fbd2cb2c2054f081c16d146949cf46
parentbabb8dd20692a2dcdd87b507116b6a94f60463cc
frontend.lisp: New `-D' option to generate stack backtrace on error.

This is a frequent debugging modification, so I might as well make it
official.

The fundamental problem is that tracking down errors in a zone
description file is a complete nightmare.  This needs fixing some time.
frontend.lisp