Changes between Version 10 and Version 11 of Building/Hacking
- Timestamp:
- 10/06/06 03:10:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Hacking
v10 v11 42 42 43 43 {{{ 44 # My build settings for hacking on stage 1 44 45 SRC_HC_OPTS = -H32m -O -fasm -Rghc-timing 45 GhcStage1HcOpts = -O0 -DDEBUG 46 GhcStage1HcOpts = -O0 -DDEBUG -W 46 47 GhcLibHcOpts = -O -fgenerics 47 48 GhcLibWays = … … 56 57 time at the expense of a few percent performance. {{{-Rghc-timing}}} 57 58 prints out a line of timing info about each compilation. It's handy 58 to keep an eye on. 59 to keep an eye on. {{{-W}}} turns on some warnings; you probably want 60 to tweak exactly which warnings are turned on, since GHC isn't 61 very warning-clean with `-W`. 59 62 60 63 {{{GhcStage1HcOpts = -O0 -DDEBUG}}}::
