Closed nathanhhughes closed 3 years ago
Hardcoding -march=native causes issues when gtsam is compiled with GTSAM_BUILD_WITH_MARCH_NATIVE=OFF, and gtsam exports the -march=native flag when necessary.
-march=native
GTSAM_BUILD_WITH_MARCH_NATIVE=OFF
Hardcoding
-march=native
causes issues when gtsam is compiled withGTSAM_BUILD_WITH_MARCH_NATIVE=OFF
, and gtsam exports the-march=native
flag when necessary.