mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
exclude debian from setting CRYPTO_FLAGS
This commit is contained in:
parent
c3302018ba
commit
a5b1379b88
@ -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.")
|
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)
|
endif(AMD_RYZEN_HACK AND USE_AVX2)
|
||||||
|
|
||||||
if(NATIVE_BUILD)
|
if(NATIVE_BUILD AND NOT DEBIAN)
|
||||||
set(CRYPTO_FLAGS -march=native -mtune=native)
|
set(CRYPTO_FLAGS -march=native -mtune=native)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user