From: PHO Date: Tue, 6 Mar 2012 00:01:42 +0000 (+0900) Subject: It turned out that gcc -Os was sufficient to reduce the stage0's .text size under... X-Git-Tag: GHC-7.4.1~1^2 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=af9d73d52d0864b3f8b1ff223e543f9b09e291f7;hp=af9d73d52d0864b3f8b1ff223e543f9b09e291f7;p=pkgsrc-ghc.git It turned out that gcc -Os was sufficient to reduce the stage0's .text size under 64 MiB so the costly dead-code elimination was not needed. ---