diff --git a/_build.sh b/_build.sh index 233451c6d..bed2bf435 100755 --- a/_build.sh +++ b/_build.sh @@ -1337,7 +1337,7 @@ build_single_target() { # LTO # https://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html # https://convolv.es/guides/lto/ - if [[ "${_CONFIG}" = *'thinlto'* ]]; then + if true || [[ "${_CONFIG}" = *'thinlto'* ]]; then if [[ "${_CC}" = 'llvm' ]]; then _CFLAGS_GLOBAL+=' -flto=thin' _CXXFLAGS_GLOBAL+=' -flto=thin'