aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
diff options
context:
space:
mode:
authorGravatar cpeyser <cpeyser@google.com>2017-04-13 22:13:37 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-14 12:40:47 +0200
commit3a759c41c022f9837110672d7b4834b69f527867 (patch)
tree0b2ebca38a7595ff79a26fa652647cdfa3fe0381 /src/main/java/com/google/devtools/build
parent329c1b65f0aab302bfe76f1a9e761f2e139dfb58 (diff)
Sets --objc_includes_prioritize_static_libs to be true by default.
PiperOrigin-RevId: 153096906
Diffstat (limited to 'src/main/java/com/google/devtools/build')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java2
1 files changed, 1 insertions, 1 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 b883b69f94..d771cc0c86 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
@@ -173,7 +173,7 @@ public class ObjcCommandLineOptions extends FragmentOptions {
@Option(
name = "objc_includes_prioritize_static_libs",
- defaultValue = "false",
+ defaultValue = "true",
category = "flags",
help =
"If set, the linker invocation will contain static library includes before frameworks"