Remove thinlto, causes more issues than it helps.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-09-18 19:32:50 +02:00
parent 38f36699ac
commit 514186a1e6
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ option(PRETTYTRACES "Whether full stacktraces should be included. Note that this
set(LIBTYPE STATIC)
if (SHARED)
set(LIBTYPE SHARED)
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
add_compile_options(-flto=thin)
add_link_options(-flto=thin)
endif ()
endif (SHARED)