From 43f9accb5f10db5c6865ef57be2365b8b390e21d Mon Sep 17 00:00:00 2001
From: nechda <nechda@yandex-team.com>
Date: Mon, 4 Nov 2024 19:35:57 +0300
Subject: Add one more flag for emitting raw compiler command
 commit_hash:4efcaf7f1961121b1bc9b4aa81ec6d3a606d1d86

---
 build/conf/compilers/gnu_compiler.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf
index 38df70397e..4b29295a46 100644
--- a/build/conf/compilers/gnu_compiler.conf
+++ b/build/conf/compilers/gnu_compiler.conf
@@ -216,7 +216,7 @@ _C_CPP_KV_STYLE_P=p CC
 _C_CPP_KV_STYLE_PC=pc green
 
 _C_CPP_WRAPPER=$YMAKE_PYTHON3 ${input:"build/scripts/wrapcc.py"} ${input:SRC}
-when ($CLANG_TIDY_ARGS || $RETRY_ARGS || $YNDEXER_ARGS || $OPENSOURCE == "yes") {
+when ($CLANG_TIDY_ARGS || $RETRY_ARGS || $YNDEXER_ARGS || $OPENSOURCE == "yes" || $RAW_COMPILE_CPP_CMD == "yes" ) {
     _C_CPP_WRAPPER=
 }
 
-- 
cgit v1.2.3