Skip to content

Commit 98604fe

Browse files
committed
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
1 parent 4501548 commit 98604fe

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

build/conf/compilers/gnu_compiler.conf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,6 @@ elsewhen ($CONSISTENT_DEBUG == "yes") {
178178
}
179179
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"}
180180
}
181-
elsewhen ($CONSISTENT_DEBUG_LIGHT == "yes") {
182-
when ($CLANG == "yes") {
183-
CL_DEBUG_INFO_DISABLE_CACHE__NO_UID__=-fdebug-prefix-map=${ARCADIA_BUILD_ROOT}=/-B -Xclang -fdebug-compilation-dir -Xclang /tmp
184-
}
185-
otherwise {
186-
CL_DEBUG_INFO_DISABLE_CACHE__NO_UID__=-fdebug-prefix-map=${ARCADIA_BUILD_ROOT}=/-B
187-
when ($ARCH_XTENSA == "yes") {
188-
CL_DEBUG_INFO_DISABLE_CACHE__NO_UID__=
189-
}
190-
}
191-
YASM_DEBUG_INFO_DISABLE_CACHE__NO_UID__=--replace=${ARCADIA_BUILD_ROOT}=/-B ${env:"YASM_TEST_SUITE=1"}
192-
}
193181

194182
when ($OS_LINUX == "yes" || $OS_DARWIN == "yes" || $OS_WINDOWS == "yes") {
195183
# Some android toolchains using old compilers which didn't support some flags (f.e. -fmacro-prefix-map)

0 commit comments

Comments
 (0)