# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/chromium/hotfix-pre-clang23.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- chromium-147.0.7727.55/build/config/compiler/BUILD.gn.vanilla 2026-04-09 06:51:48.362270706 +0200 +++ chromium-147.0.7727.55/build/config/compiler/BUILD.gn 2026-04-09 06:52:09.419058675 +0200 @@ -616,9 +616,9 @@ # The performance improvement does not seem worth the risk. See # https://crbug.com/484082200 for background and https://crrev.com/c/7593035 # for discussion. - if (!is_wasm) { - cflags += [ "-fno-lifetime-dse" ] - } + #if (!is_wasm) { + # cflags += [ "-fno-lifetime-dse" ] + #} # TODO(hans): Remove this once Clang generates better optimized debug info # by default. https://crbug.com/765793