From: panne Date: Sun, 16 Apr 2000 16:35:58 +0000 (+0000) Subject: [project @ 2000-04-16 16:35:58 by panne] X-Git-Tag: Approximately_9120_patches~4677 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=87e56344bc657d8e72d73e96ad912ec20d5b898d;p=ghc-hetmet.git [project @ 2000-04-16 16:35:58 by panne] Make splitting object files the default again on non-Windoze platforms --- diff --git a/mk/config.mk.in b/mk/config.mk.in index c52eeda..762aee8 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -217,12 +217,13 @@ endif GhcLibHcOpts=-O - # Win32 only: Enable the RTS and libraries to be built as DLLs # Don't split object files for libs if we're building DLLs EnableWin32DLLs=@EnableWin32DLLs@ ifeq "($EnableWin32DLLs)" "YES" SplitObjs=NO +else +SplitObjs=YES endif