aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java12
1 files changed, 0 insertions, 12 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 7cf1fcf323..36821e9baa 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
@@ -52,18 +52,6 @@ public class ObjcCommandLineOptions extends FragmentOptions {
+ "on the machine the simulator will be run on.")
public String iosSimulatorDevice;
- // Deprecated. See b/27942021 for more details.
- @Option(
- name = "objc_generate_debug_symbols",
- defaultValue = "false",
- category = "flags",
- deprecationWarning = "-g is enabled for all dbg builds."
- + "Use --apple_generate_dsym flag for dSYM."
- + "Use apple_generate_breakpad rule for breakpad.",
- help = "Specifies whether to generate debug symbol(.dSYM) file."
- )
- public boolean generateDebugSymbols;
-
@Option(name = "objc_generate_linkmap",
defaultValue = "false",
category = "flags",