From 27731f144fb676d3117cd7e04eb71c13d53bb170 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 2 Dec 2016 14:40:23 -0500 Subject: 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. --- mk/build.mk.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') 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: -- cgit v1.2.1