With PGO builds introduced in 1.13, could we also have a `pgo` config? ```toml [tool.maturin] pgo = true pgo-command = "python workload.py" ``` I would like to enable PGO builds on `pip install` without having to explicitly pass the `--pgo` flag.
With PGO builds introduced in 1.13, could we also have a
pgoconfig?I would like to enable PGO builds on
pip installwithout having to explicitly pass the--pgoflag.