Don't use -march=native

This commit is contained in:
Howard Chu 2019-06-11 18:00:04 +01:00
parent fd0cf689dd
commit 3a0fbea1ff
No known key found for this signature in database
GPG Key ID: FD2A70B44AB11BA7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ OPTION(BUILD_TESTS "Build tests." OFF)
SET(STATIC ON)
SET(UNBOUND_STATIC ON)
SET(ARCH "default")
SET(BUILD_TESTS @build_tests@)
SET(TREZOR_DEBUG @build_tests@)