Skip to content
Snippets Groups Projects
Commit c22263dd authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-15 15:08:32 by simonm]

Profiling w/ splitting appears to produce reasonably sizes libraries
now: turn splitting back on by default.
parent b77ef079
No related merge requests found
......@@ -242,25 +242,11 @@ endif
# -O is pretty desirable, otherwise no inlining of prelude
# things (incl "+") happens when compiling with this compiler
#
# Splitting profiled code produces awfully large archives under ELF, so
# we turn it off here.
#
# ToDo: track down the source of this.
#
ifeq "$(strip $(way))" "p"
GhcLibHcOpts= -O
else
ifeq "$(strip $(way))" "mr"
GhcLibHcOpts= -O
else
ifeq "$(GhcWithHscBuiltViaC)" "YES"
GhcLibHcOpts=-O
else
GhcLibHcOpts=-O -split-objs -odir $*
endif
endif
endif
# Build the Haskell Readline bindings?
#
......
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