|
@@ -4122,11 +4122,18 @@ macro NO_CLANG_COVERAGE() {
|
|
|
DISABLE(CLANG_COVERAGE)
|
|
|
}
|
|
|
|
|
|
+# tag:coverage
|
|
|
+### @usage: NO_PROFILE_RUNTIME()
|
|
|
+###
|
|
|
+### Never link this target with profile runtime. Only should be used for very basic build tools
|
|
|
+macro NO_PROFILE_RUNTIME() {
|
|
|
+ DISABLE(NEED_PROFILE_RUNTIME)
|
|
|
+}
|
|
|
+
|
|
|
macro NO_CLANG_TIDY() {
|
|
|
DISABLE(TIDY_ENABLED)
|
|
|
}
|
|
|
|
|
|
-
|
|
|
# tag:lua-specific
|
|
|
LUAJIT_PATH=${ARCADIA_ROOT}/contrib/libs/luajit
|
|
|
macro _LUAJIT_OBJDUMP(Src, OUT="") {
|