From cc26eb2ccafa9543bd24e65bdc5e8e975fc19390 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 6 Apr 2018 16:17:39 +0100 Subject: [PATCH] [Minor] Gcc 5 cannot avx2 --- src/libcryptobox/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcryptobox/CMakeLists.txt b/src/libcryptobox/CMakeLists.txt index de552a805a..dbc49eba9d 100644 --- a/src/libcryptobox/CMakeLists.txt +++ b/src/libcryptobox/CMakeLists.txt @@ -72,7 +72,7 @@ IF("${ARCH}" STREQUAL "x86_64") #endif #ifndef __clang__ -#if __GNUC__ <= 4 && __GNUC_MINOR__ <= 8 +#if __GNUC__ <= 5 && __GNUC_MINOR__ <= 0 #error Broken due to compiler bug #endif #endif -- 2.47.3