]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Gcc 5 cannot avx2
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Apr 2018 15:17:39 +0000 (16:17 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 6 Apr 2018 15:17:59 +0000 (16:17 +0100)
src/libcryptobox/CMakeLists.txt

index de552a805a6288a753a03017782033f841ad35f4..dbc49eba9d5ae6f45001021882d6d16c51073c5b 100644 (file)
@@ -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