diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-12-02 14:40:23 -0500 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-12-02 14:40:26 -0500 |
commit | 27731f144fb676d3117cd7e04eb71c13d53bb170 (patch) | |
tree | 85757a5eb32be8b046b4af29dfa0d74d6ea8f209 /mk | |
parent | ddc271e8ed6c5ec5e83dd50c6c5e77955a0e90ac (diff) | |
download | haskell-27731f144fb676d3117cd7e04eb71c13d53bb170.tar.gz |
Note Trac #12141 in mk/build.mk.sample
Mention that many GHC testsuite tests will fail with a compiler built with
the quickest profile. See Trac #12141.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index eed749cbb2..6266219f32 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -27,7 +27,8 @@ # Even faster build. NOT RECOMMENDED: the libraries will be # completely unoptimised, so any code built with this compiler -# (including stage2) will run very slowly: +# (including stage2) will run very slowly, and many GHC tests +# will fail with this profile (see Trac #12141): #BuildFlavour = quickest # Profile the stage2 compiler: |