exclude debian from setting CRYPTO_FLAGS

pull/903/head
Jeff Becker 5 years ago
parent c3302018ba
commit a5b1379b88
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -177,7 +177,7 @@ if(AMD_RYZEN_HACK AND USE_AVX2)
message(WARNING "This option may be removed in a future release. Contact your computer manufacturer for updated ROMs or microcode patches.")
endif(AMD_RYZEN_HACK AND USE_AVX2)
if(NATIVE_BUILD)
if(NATIVE_BUILD AND NOT DEBIAN)
set(CRYPTO_FLAGS -march=native -mtune=native)
endif()

Loading…
Cancel
Save