aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-09-01 23:00:08 +0000
committerGravatar John Field <jfield@google.com>2015-09-02 00:58:32 +0000
commit5e3de6ad5c9c10f90b0ee379f75bf83a71d3d42b (patch)
tree952963179424a33b9af397c95a079cc268623f75 /src
parent226ce681b487a6d7aa1e1cd052ca2cc29d6f2c92 (diff)
Declare the xcode_options flag deprecated
RELNOTES: deprecate the xcode_options flag -- MOS_MIGRATED_REVID=102089578
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
index b7ded5e7d7..8873baca38 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
@@ -79,9 +79,8 @@ public class ObjcCommandLineOptions extends FragmentOptions {
@Option(name = "xcode_options",
defaultValue = "Debug",
category = "undocumented",
+ deprecationWarning = "Use --compilation_mode instead.",
help = "Specifies the name of the build settings to use.")
- // TODO(danielwh): Do literally anything with this flag. Ideally, pass it to xcodegen via a
- // control proto.
public String xcodeOptions;
@Option(name = "objc_generate_debug_symbols",