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

[project @ 1999-11-16 11:11:32 by simonmar]

Pull in _regPrelude if we're profiling.
parent c57411aa
No related branches found
No related tags found
No related merge requests found
......@@ -1090,6 +1090,9 @@ sub setupLinkOpts {
if (!$NoHaskellMain) {
unshift (@Ld_flags,'-u', "${uscore}PrelMain_mainIO_closure");
}
if ($PROFing ne '') {
unshift (@Ld_flags,'-u', "${uscore}_regPrelude");
}
if ($TargetPlatform =~ /^powerpc-|^rs6000-/) {
# sometimes we have lots of toc entries...
# unshift(@Ld_flags, ('-Xlinker -bbigtoc -Xlinker -bnoquiet'));
......
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