Skip to content
Snippets Groups Projects
Commit ce63e4a5 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-03-28 11:07:19 by rrt]

Added SplitObjs and removed -split-objs from GhcLibHcOpts.
parent ec0381bf
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,8 @@ cat >mk/build.mk <<END
GhcHcOpts = -O -dcore-lint -H24m
GhcCompilerWays =
GhcLibWays =
GhcLibHcOpts = -O -H24m -split-objs -odir \$*
GhcLibHcOpts = -O -H24m
SplitObjs = YES
GhcLibsWithReadline = YES
StripLibraries = YES
SRC_HAPPY_OPTS += -c
......
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