aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/crosstool_config.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf/crosstool_config.proto')
-rw-r--r--src/main/protobuf/crosstool_config.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/crosstool_config.proto b/src/main/protobuf/crosstool_config.proto
index 295426f8c4..79b244ebc2 100644
--- a/src/main/protobuf/crosstool_config.proto
+++ b/src/main/protobuf/crosstool_config.proto
@@ -330,6 +330,7 @@ message CToolchain {
repeated OptionalFlag optional_cxx_flag = 36;
// Additional unfiltered compiler flags for C/C++/Asm compilation.
// These are not subject to nocopt filtering in cc_* rules.
+ // Note: These flags are *not* applied to objc/objc++ compiles.
repeated string unfiltered_cxx_flag = 25;
repeated OptionalFlag optional_unfiltered_cxx_flag = 37;
// Linker flags.