[project @ 2002-08-05 10:11:03 by simonmar]
authorsimonmar <unknown>
Mon, 5 Aug 2002 10:11:04 +0000 (10:11 +0000)
committersimonmar <unknown>
Mon, 5 Aug 2002 10:11:04 +0000 (10:11 +0000)
commit3c5a4f1788aaa3c116f3e9c65f708a94ae08dc5b
treea266b8acc0a966ced1d67a4e7d11d52061438c65
parentbb9056764f84f1ee452cea6906e89f6764ef561f
[project @ 2002-08-05 10:11:03 by simonmar]
Overhaul the debugging flags.  The old bitfield mechanism was a bit
silly, so now instead of writing -D129 (the one I use most) you can
now write -DSs.  Each debugging option has a single character assigned
to it, documented in the -? help text.
ghc/includes/RtsFlags.h
ghc/rts/RtsFlags.c