... | ... | @@ -70,7 +70,7 @@ To speed up testing of your modified GHC, you may want to add these options to ` |
|
|
- `--docs=none` (disable documentation tests)
|
|
|
- `--skip-perf` (disable performance tests)
|
|
|
|
|
|
|
|
|
Note that if you test your changes with these build settings some tests in the testsuite can fail because they rely on parts of the compiler being more optimized. You can either build a fully optimized compiler to double check your changes, or build a build of ghc master with the same settings to check if any of the failures are a result of your changes.
|
|
|
|
|
|
## Going further
|
|
|
|
... | ... | |