1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

exclude debian from setting CRYPTO_FLAGS

This commit is contained in:
Jeff Becker 2019-11-05 07:24:05 -05:00
parent c3302018ba
commit a5b1379b88
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -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()