Use `-mtune` instead of `-march` on non-x86 CPUs by 7680x4320 · Pull Request #2868 · PointCloudLibrary/pcl
GCC compiler flag -march is the architecture specific option. So we should use -mtune instead of -march on such CPUs (e.g. PowerPC) (here for detail).