facebook / buck2

Build system, successor to Buck
https://buck2.build/
Apache License 2.0
3.59k stars 224 forks source link

Make self-hosted buck2 optimised #403

Open ndmitchell opened 1 year ago

ndmitchell commented 1 year ago

From https://github.com/facebook/buck2/blob/f014edfff62a78dc2868c580edb8950f456a65ec/docs/bootstrapping.md:

Note that the resulting binary will be compiled without optimisations or jemalloc, so we recommend using the Cargo-produced binary in further development.

We should make the self-compiled Buck2 optimised in these ways.

ndmitchell commented 11 months ago

Might be a good thing to do after we have modifiers, to make it easy to express.