Skip to content

Commit ad5fab9

Browse files
committed
Intermediate changes
commit_hash:bade34277134f435ac6ada644995f0a06faa5ae8
1 parent 55316cf commit ad5fab9

File tree

1 file changed

+1
-9
lines changed
  • contrib/restricted/abseil-cpp-tstring/.yandex_meta

1 file changed

+1
-9
lines changed

contrib/restricted/abseil-cpp-tstring/.yandex_meta/__init__.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from devtools.yamaker.arcpath import ArcPath
22
from devtools.yamaker.fileutil import re_sub_dir, rename
3-
from devtools.yamaker.modules import Library, Linkable, Switch, Words
3+
from devtools.yamaker.modules import Linkable, Switch, Words
44
from devtools.yamaker.project import CMakeNinjaNixProject
55

66

@@ -40,14 +40,6 @@ def subst(p):
4040
absl.ADDINCL = [subst(include) for include in absl.ADDINCL]
4141
absl.SRCS = [subst(src) for src in absl.SRCS]
4242

43-
44-
# Disable debug library form this targets if flag `Y_ABSL_DONT_USE_DEBUG` is set
45-
DISABLED_DBG_LIBRARY = [
46-
"absl/log",
47-
"absl/strings",
48-
"absl/synchronization",
49-
]
50-
5143
with self.yamakes["."] as absl:
5244
absl.after(
5345
"CFLAGS",

0 commit comments

Comments
 (0)