File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
194182when ($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)
You can’t perform that action at this time.
0 commit comments