diff options
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 250d41ebe6..ef2ee685ab 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -912,6 +912,6 @@ endif # Note [Disable -O2 in unregisterised mode] # Disable -O2 optimization in unregisterised mode. Otherwise amount # of generated C code # makes things very slow to compile (~5 minutes -# on core-i7 for 'compiler/hsSyn/HsExpr.hs') and sometimes not compile -# at all: powerpc64 overflows TOC section on 'compiler/hsSyn/HsExpr.hs' -# ia64 overflows short data section on 'compiler/main/DynFlags.hs' +# on core-i7 for 'compiler/GHC/Hs/Expr.hs') and sometimes not compile +# at all: powerpc64 overflows TOC section on 'compiler/GHC/Hs/Expr.hs' +# ia64 overflows short data section on 'compiler/GHC/Driver/Session.hs' |