diff options
author | vpozdyayev <vpozdyayev@yandex-team.com> | 2024-06-25 17:44:15 +0300 |
---|---|---|
committer | vpozdyayev <vpozdyayev@yandex-team.com> | 2024-06-25 17:58:48 +0300 |
commit | 2e17cba644a3952dc3e60ea425faf27d553f5e63 (patch) | |
tree | c740ae1f167d5af7a711be7f6d7eb020d940d255 | |
parent | da76f0a36e74126cec432deca81e964d16c2520e (diff) | |
download | ydb-2e17cba644a3952dc3e60ea425faf27d553f5e63.tar.gz |
Mods: norel, tobindir
ad752045a839e3c9c877a657d4caa402bf38a296
-rw-r--r-- | build/ymake.core.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 2e225b6498..9444bfaddb 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -3010,9 +3010,9 @@ COMPILE_OUT_SUFFIX= _COMPILE_OUTPUTS=${output;suf=${COMPILE_OUT_SUFFIX}${OBJECT_SUF}:SRC} _COMPILE_TIME_TRACE_OUTPUTS=${noauto;output;suf=${COMPILE_OUT_SUFFIX}${OBJECT_SUF}.time_trace.json:SRC} -macro SET_COMPILE_OUTPUTS_MODIFIERS(NOREL?";norel":"") { - SET(_COMPILE_OUTPUTS \${output;suf=\${OBJECT_SUF}$NOREL:SRC}) - SET(_COMPILE_TIME_TRACE_OUTPUTS \${noauto;output;suf=\${OBJECT_SUF}.time_trace.json$NOREL:SRC}) +macro SET_COMPILE_OUTPUTS_MODIFIERS(NOREL?"norel;output":"output") { + SET(_COMPILE_OUTPUTS \${$NOREL;suf=\${OBJECT_SUF}:SRC}) + SET(_COMPILE_TIME_TRACE_OUTPUTS \${noauto;$NOREL;suf=\${OBJECT_SUF}.time_trace.json:SRC}) } # tag:internal |