diff --git a/_build.sh b/_build.sh index e78d9cfec..0a6f42fc7 100755 --- a/_build.sh +++ b/_build.sh @@ -1321,7 +1321,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'