advancetoolchain/advance-toolchain

Default compile options should at least match default distro compiler

ThinkOpenly opened this issue · 0 comments

There's an odd case now where AT 16 defaults to -mcpu=power8, but the RHEL 9 GCC will default to -mcpu=power9.

Presuming at least one intent of AT is to be better than the distro compiler, then AT should meet or exceed the distro compiler's options related to performance.