<div dir="ltr">Hi,<div><br></div><div>In my mind the "quick" build should be like the "perf" build, except building the stage2 compiler should be much faster. However, the perf build uses</div><div><br>

</div><div><div>GhcLibHcOpts = -O2</div></div><div><br></div><div>while the quick build uses</div><div><br></div><div><div>GhcLibHcOpts = -O -fasm</div></div><div><br></div><div>This means that if you're working on optimizing the generated code and are running benchmarks to verify your results, the quick build doesn't do the right thing.</div>

<div><br></div><div>Since the purpose of the quick build is to work on the stage2 compiler, would it make sense having it build the libraries in the same way as the perf build?</div><div><br></div><div>-- Johan</div><div>

<br></div></div>