From: Simon Marlow Date: Mon, 21 Aug 2006 15:21:11 +0000 (+0000) Subject: Always use -funbox-strict-fields for Binary X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3b1f598f60e9dfc45aba5dd0c0993ca0b403aeac;hp=3b1f598f60e9dfc45aba5dd0c0993ca0b403aeac;p=ghc-hetmet.git Always use -funbox-strict-fields for Binary For some reason this was only enabled when $(bootstrapped)=YES. This would be one reason why the stage1 compiler is slow. I guess we'll find out if anything goes wrong. ---