aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-11 23:08:24 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-11 23:08:24 +0300
commit6583bec8adea76f047565e4d65e54e498bf53da6 (patch)
tree453a6d5a12a7af19fb6b529749a1ba93f047f129
parent8bd2a60f377c4c60b5da88fc6580121c64d3513e (diff)
downloadydb-6583bec8adea76f047565e4d65e54e498bf53da6.tar.gz
intermediate changes
ref:b1eb35d7d49f637db721ba5040911beb6855fab4
-rw-r--r--build/ymake.core.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 87877a6a477..a88d197a61a 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -6448,7 +6448,7 @@ macro SRC_CPP_PIC(FILE, FLAGS...) {
}
# tag:cpu tag:src-processing
-### @uage SRC_CPP_NO_LTO(File)
+### @usage SRC_CPP_NO_LTO(File)
### Compile single .cpp file with link-time-optimization disabled
macro SRC_CPP_NO_LTO(FILE) {
_SRC(cpp $FILE $NO_LTO_CFLAGS)