Changes between Version 3 and Version 4 of Building/RunningTests
- Timestamp:
- 10/28/06 13:43:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests
v3 v4 38 38 {{{ 39 39 make WAY=ghci 40 }}} 41 To add specific options to the compiler: 42 {{{ 43 make EXTRA_HC_OPTS='+RTS -K32M -RTS' 40 44 }}} 41 45 For more details, see below. … … 87 91 optextcore -- -O -fext-core 88 92 threaded -- -threaded 93 hpc -- -fhpc 89 94 }}} 90 95 certain ways are enabled automatically if the GHC build in the local
