mirror of https://github.com/bazelbuild/rules_cc
RELNOTES: Allow CROSSTOOL files to have linker flags specific to static shared libraries.
PiperOrigin-RevId: 146655595
This commit is contained in:
parent
120d8ee3a6
commit
fe7d55ba32
|
@ -482,6 +482,7 @@ enum LinkingMode {
|
|||
FULLY_STATIC = 1;
|
||||
MOSTLY_STATIC = 2;
|
||||
DYNAMIC = 3;
|
||||
MOSTLY_STATIC_LIBRARIES = 4;
|
||||
}
|
||||
|
||||
message LinkingModeFlags {
|
||||
|
|
Loading…
Reference in New Issue