From d783f12dae2581d2feccf53a43fbf2d1a6fb6d05 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 7 Jan 2014 01:42:29 -0600 Subject: Lower unfolding threshold for windows (again.) We creeped back up again past the symbol threshold on my test x86_64 win2k8 test machine. This brings it down to 60600 symbols in split windows DLL. Signed-off-by: Austin Seipp --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/config.mk.in b/mk/config.mk.in index 780b3030f9..f61ecc0cb5 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -105,7 +105,7 @@ endif # # See #5987 ifeq "$(TargetOS_CPP)" "mingw32" -GhcStage2HcOpts += -funfolding-creation-threshold=300 +GhcStage2HcOpts += -funfolding-creation-threshold=100 endif # Some platforms don't support shared libraries -- cgit v1.2.1