In the gcc compiler I can specify the arguments -Q --help=optimizers
to get a list of the enabled/disabled optimization flags at the current O
level. Is there a similar command for the intel icx compiler? If not, is there a resource that lists the optimization flags by O0, O1, O2, and O3?
I can't seem to find anything on it.