From: Vsevolod Stakhov Date: Fri, 6 Apr 2018 15:17:39 +0000 (+0100) Subject: [Minor] Gcc 5 cannot avx2 X-Git-Tag: 1.7.3~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cc26eb2ccafa9543bd24e65bdc5e8e975fc19390;p=rspamd.git [Minor] Gcc 5 cannot avx2 --- diff --git a/src/libcryptobox/CMakeLists.txt b/src/libcryptobox/CMakeLists.txt index de552a805..dbc49eba9 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