Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set -O3 when building python wheels in opt mode.
See sgkit-dev/vcf-zarr-publication#161 The default bazel -c opt build mode is -O2, vs. the default cmake Release optimization mode of -O3. It turns out that gcc doesn't unroll the underlying blosc loop at -O3, so this sets the level to -O3 when building wheels. PiperOrigin-RevId: 698176524 Change-Id: Iea9c47e1cb96d40169d2b28af93cf53b33e6991c
- Loading branch information