From 87e56344bc657d8e72d73e96ad912ec20d5b898d Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 16 Apr 2000 16:35:58 +0000 Subject: [PATCH] [project @ 2000-04-16 16:35:58 by panne] Make splitting object files the default again on non-Windoze platforms --- mk/config.mk.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4