Searched defs:bazelCcLibrarySharedAttributes (Results 1 – 1 of 1) sorted by relevance
2603 type bazelCcLibrarySharedAttributes struct { struct2604 staticOrSharedAttributes2606 Linkopts bazel.StringListAttribute2607 Link_crt bazel.BoolAttribute // Only for linking shared library (and cc_binary)2609 Use_libcrt bazel.BoolAttribute2610 Use_version_lib bazel.BoolAttribute2612 Rtti bazel.BoolAttribute2613 Stl *string2614 Cpp_std *string2615 C_std *string[all …]