From: simonmar Date: Fri, 27 Apr 2001 14:13:43 +0000 (+0000) Subject: [project @ 2001-04-27 14:13:43 by simonmar] X-Git-Tag: Approximately_9120_patches~2087 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be350c15d3005c82c4123f77c18afa6bb2ccc708;p=ghc-hetmet.git [project @ 2001-04-27 14:13:43 by simonmar] SplitObjs=NO if GhcUnregisterised==YES --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 54702b1..d966f5d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -243,6 +243,9 @@ endif ifeq "$(BootingFromHc)" "YES" SplitObjs=NO endif +ifeq "$(GhcUnregisterised)" "YES" +SplitObjs=NO +endif # Strip local symbols from libraries? This can make the libraries smaller, # but makes debugging somewhat more difficult. Doesn't work with all ld's.