Changes between Version 12 and Version 13 of Debugging/CompiledCode
- Timestamp:
- 08/15/11 20:48:05 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/CompiledCode
v12 v13 43 43 * Compile with {{{-debug}}}! This links the program with a debugging 44 44 version of the runtime, that includes extra assertions, debugging 45 code, and debugging info for gdb .46 45 code, and debugging info for gdb (if you compile using cabal, use the unstripped binary from dist/build/). 46 47 47 * Don't compile with {{{-threaded}}} (assuming the bug still happens 48 48 with the non-threaded runtime).
