diff options
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r-- | mk/build.mk.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 601ab028e5..0f5bc222f2 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -34,7 +34,7 @@ # Even faster build. NOT RECOMMENDED: the libraries will be # completely unoptimised, so any code built with this compiler # (including stage2) will run very slowly, and many GHC tests -# will fail with this profile (see Trac #12141): +# will fail with this profile (see #12141): #BuildFlavour = quickest # Profile the stage2 compiler: |