Changes between Version 5 and Version 6 of Commentary/Rts/Config
- Timestamp:
- 06/03/10 09:42:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Config
v5 v6 32 32 RTS suffix: {{{u}}} 33 33 34 So for example, {{{libHS Rts_thr_debug.a}}} is the version of the runtime compiled with {{{THREADED_RTS}}} and {{{DEBUG}}}, and will be linked in if you use the {{{-threaded}}} and {{{-debug}}} options to GHC.34 So for example, {{{libHSrts_thr_debug.a}}} is the version of the runtime compiled with {{{THREADED_RTS}}} and {{{DEBUG}}}, and will be linked in if you use the {{{-threaded}}} and {{{-debug}}} options to GHC. 35 35 36 36 The ways that the RTS is built in are controlled by the {{{GhcRTSWays}}} Makefile variable.
