Skip to content
Snippets Groups Projects
Commit 87e56344 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-04-16 16:35:58 by panne]

Make splitting object files the default again on non-Windoze platforms
parent 74675137
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment