From acfc773682ce8b608e0711568a401fc3cf19622c Mon Sep 17 00:00:00 2001 From: cpeyser Date: Thu, 29 Sep 2016 14:52:46 +0200 Subject: [PATCH] cxx_flags are not applied to objc compiles. PiperOrigin-RevId: 134651940 --- .../bazelbuild/bazel/src/main/protobuf/crosstool_config.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto index 50a57f3..9e9e153 100644 --- a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto +++ b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto @@ -332,6 +332,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.