File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
contrib/restricted/abseil-cpp-tstring/.yandex_meta Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
from devtools .yamaker .arcpath import ArcPath
2
2
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
4
4
from devtools .yamaker .project import CMakeNinjaNixProject
5
5
6
6
@@ -40,14 +40,6 @@ def subst(p):
40
40
absl .ADDINCL = [subst (include ) for include in absl .ADDINCL ]
41
41
absl .SRCS = [subst (src ) for src in absl .SRCS ]
42
42
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
-
51
43
with self .yamakes ["." ] as absl :
52
44
absl .after (
53
45
"CFLAGS" ,
You can’t perform that action at this time.
0 commit comments