# --- T2-COPYRIGHT-BEGIN --- # t2/architecture/ia64/parse-config # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- # g++ LTO often breaks complex c++ code, e.g. qt/kde, only use for C if [ "$SDECFG_LTO" = 1 ]; then var_append CC_WRAPPER_APPEND ' ' -ffat-lto-objects var_append CXX_WRAPPER_APPEND ' ' '-fno-whole-program -fno-lto' fi