From: Alexander GQ Gerasiov <gq@cs.msu.su>
Date: Wed, 9 Jan 2019 01:25:53 +0300
Subject: Disable optimization for build host.

---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b172d2f..d5c5363 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -140,8 +140,6 @@ if (PIPE)
     set (COMPILER_FLAGS                  "${COMPILER_FLAGS} -pipe")
 endif ()
 
-include (cmake/test_cpu.cmake)
-
 if(NOT COMPILER_CLANG) # clang: error: the clang compiler does not support '-march=native'
     option(ARCH_NATIVE "Enable -march=native compiler flag" ${ARCH_ARM})
 endif()
