diff options
author | nechda <nechda@yandex-team.com> | 2024-11-04 19:35:57 +0300 |
---|---|---|
committer | nechda <nechda@yandex-team.com> | 2024-11-04 19:48:15 +0300 |
commit | 43f9accb5f10db5c6865ef57be2365b8b390e21d (patch) | |
tree | 2afd3f762ea8f4e5f2ac8cc8b95841478172594f | |
parent | a6181c673b1896aa2e0377c725ccc0bd23d0ebe9 (diff) | |
download | ydb-43f9accb5f10db5c6865ef57be2365b8b390e21d.tar.gz |
Add one more flag for emitting raw compiler command
commit_hash:4efcaf7f1961121b1bc9b4aa81ec6d3a606d1d86
-rw-r--r-- | build/conf/compilers/gnu_compiler.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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= } |