From 3b1f598f60e9dfc45aba5dd0c0993ca0b403aeac Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 21 Aug 2006 15:21:11 +0000 Subject: [PATCH] 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. --- compiler/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index e3407f5..1d39804 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -567,9 +567,7 @@ utils/Digraph_HC_OPTS = -fglasgow-exts basicTypes/SrcLoc_HC_OPTS = -funbox-strict-fields -ifeq "$(bootstrapped)" "YES" utils/Binary_HC_OPTS = -funbox-strict-fields -endif # We always optimise some low-level modules, otherwise performance of # a non-optimised compiler is severely affected. -- 1.7.10.4