Skip to content
Snippets Groups Projects
Commit d783f12d authored by Austin Seipp's avatar Austin Seipp
Browse files

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: default avatarAustin Seipp <austin@well-typed.com>
parent 1310d75a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment