Changes between Version 42 and Version 43 of Building/Using
- Timestamp:
- 09/19/09 08:51:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Using
v42 v43 303 303 GhcLibWays = v 304 304 SplitObjs = NO 305 GhcBootLibs = YES306 305 }}} 307 306 … … 350 349 memory-consuming, so turn it off when you're hacking. 351 350 352 {{{GhcBootLibs = YES}}}::353 If you're just interested in working on GHC, then you probably don't want354 to build the "extralibs" libraries that we normally ship with GHC.355 So when [wiki:Building/GettingTheSources getting the sources],356 run `darcs-all` without the `--extra` option. Alternatively, even if you have357 the libraries in your tree, you can stop them being built by setting358 `GhcBootLibs` in your `build.mk`.359 360 351 == Building things == 361 352
