Skip to content

Restore -O3 settings for AVX targets for all platforms in LHCbMath. Fixes -O0 builds.

It appears from the nightlies that the AVX targets in LHCbMath, that use VectorClass, do not build properly under -O0. See

https://lbnightlies.cern.ch/logs/build/nightly/lhcb-head/1422/x86_64-slc6-gcc49-do0/LHCb/#show_error751

Previously -O3 was forced on all targets, for all platforms. I removed this when -O3 became the default without realising this detail. This MR just restores the -O3 setting for the AVX targets.

Merge request reports