From dce2ba4830134c732fd301b28533a079db354d23 Mon Sep 17 00:00:00 2001 From: Ivan Tikhonov Date: Thu, 16 Dec 2021 21:27:33 +0300 Subject: [PATCH] ubuntu20 issue investigation: temporary disable LTO for frontends --- src/frontends/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/CMakeLists.txt b/src/frontends/CMakeLists.txt index 3671fb39192..6b7983bd89f 100644 --- a/src/frontends/CMakeLists.txt +++ b/src/frontends/CMakeLists.txt @@ -3,7 +3,7 @@ # if(ENABLE_LTO) - set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ON) + set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE OFF) endif() add_subdirectory(common)