ubuntu20 issue investigation: temporary disable LTO for frontends

This commit is contained in:
Ivan Tikhonov 2021-12-16 21:27:33 +03:00
parent 089cfc8539
commit dce2ba4830

View File

@ -3,7 +3,7 @@
# #
if(ENABLE_LTO) if(ENABLE_LTO)
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ON) set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE OFF)
endif() endif()
add_subdirectory(common) add_subdirectory(common)