Why is -march=native not enabled by default by compilers/IDEs?
Oct 5, 2018 · For -O0, whether -march=native or -march= is the default still specifies the same family, so both are perfectly compatibly with -O0; and whenever another optimization level is specified, -march=native is...