diff options
| author | thegeorg <[email protected]> | 2026-07-14 20:00:30 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2026-07-14 20:45:10 +0300 |
| commit | d7243fd423a30fc532246414e47b60dfff882ad5 (patch) | |
| tree | d8cddaa272567709987cd592e007bbfe7d0e6390 | |
| parent | f8189e5d6297c9528041fdc42c48f784bb3aac67 (diff) | |
Get rid of CONSISTENT_DEBUG_LIGHT
Setting CONSISTENT_DEBUG_LIGHT is a no-op if CONSISTENT_DEBUG is enabled (which is the default).
commit_hash:0974798f81275ed0c47471a22dbac38be0af553f
| -rw-r--r-- | build/conf/compilers/gnu_compiler.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf index 2b269831069..3382f99a79d 100644 --- a/build/conf/compilers/gnu_compiler.conf +++ b/build/conf/compilers/gnu_compiler.conf @@ -178,18 +178,6 @@ elsewhen ($CONSISTENT_DEBUG == "yes") { } YASM_DEBUG_INFO_DISABLE_CACHE__NO_UID__=--replace=${ARCADIA_BUILD_ROOT}=/-B --replace=${ARCADIA_ROOT}=/-S --replace=$(TOOL_ROOT)=/-T ${env:"YASM_TEST_SUITE=1"} } -elsewhen ($CONSISTENT_DEBUG_LIGHT == "yes") { - when ($CLANG == "yes") { - CL_DEBUG_INFO_DISABLE_CACHE__NO_UID__=-fdebug-prefix-map=${ARCADIA_BUILD_ROOT}=/-B -Xclang -fdebug-compilation-dir -Xclang /tmp - } - otherwise { - CL_DEBUG_INFO_DISABLE_CACHE__NO_UID__=-fdebug-prefix-map=${ARCADIA_BUILD_ROOT}=/-B - when ($ARCH_XTENSA == "yes") { - CL_DEBUG_INFO_DISABLE_CACHE__NO_UID__= - } - } - YASM_DEBUG_INFO_DISABLE_CACHE__NO_UID__=--replace=${ARCADIA_BUILD_ROOT}=/-B ${env:"YASM_TEST_SUITE=1"} -} when ($OS_LINUX == "yes" || $OS_DARWIN == "yes" || $OS_WINDOWS == "yes") { # Some android toolchains using old compilers which didn't support some flags (f.e. -fmacro-prefix-map) |
