<div dir="ltr"><div>When I build GHC from source, I can see a bunch of .p_hi files under libraries/base. This makes sense given that the default for GhcLibWays is "v p". But when I run "make install" all the profiling stuff gets stripped out:</div><div><br></div><div>amartin@thadtop:~/.local/lib/ghc-8.9.0.20190628$ find . | grep -o '\.[^./0-9]*$' | sort -u<br>.<br>.a<br>.cache<br>.conf<br>.d<br>.dyn_hi<br>.h<br>.hi<br>.lock<br>.o<br>.so<br>.txt</div><div><br></div><div>Not a profiling-related artifact in sight. And this local build rightfully fails to build anything with profiling turned on. So, how do I actually install the profiling builds of the wired in libraries?<br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">-Andrew Thaddeus Martin</div></div></div>