Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3537)

Unified Diff: build_overrides/build.gni

Issue 2448453002: Move ignore_elf32_limitations into build_overrides/build.gni (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/config/compiler/compiler.gni ('K') | « build/config/compiler/compiler.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index b797485877a363d431d830390b3414dcca561e41..18fe151322199018dd43320dcb61e93268002706 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -21,6 +21,11 @@ build_with_chromium = true
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
+# Android 32-bit non-component, non-clang builds cannot have symbol_level=2
+# due to 4GiB file size limit, see https://crbug.com/648948.
+# Set this flag to true to skip the assertion.
+ignore_elf32_limitations = false
+
# Some non-Chromium builds don't use Chromium's third_party/binutils.
linux_use_bundled_binutils_override = true
« build/config/compiler/compiler.gni ('K') | « build/config/compiler/compiler.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698