Remove any inadvertent use of -march=native from DYNAMIC_ARCH builds
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 10 Jun 2019 07:50:13 +0000 (09:50 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2019 07:50:13 +0000 (09:50 +0200)
commit1f4b6a5d5d2c1e3aaf7ca1da6720825cd075391f
tree9e7807b271be65e64c6412eda8eada1dfa201ec8
parentff1bfe7b1689396004cedabe856e2a856fd72bee
Remove any inadvertent use of -march=native from DYNAMIC_ARCH builds

from #2143, -march=native precludes use of more specific options like -march=skylake-avx512 in individual kernels, and defeats the purpose of dynamic arch anyway.
cmake/arch.cmake