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

Unified Diff: build/config/compiler/compiler.gni

Issue 2448453002: Move ignore_elf32_limitations into build_overrides/build.gni (Closed)
Patch Set: Made it a gn arg 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
« no previous file with comments | « no previous file | build_overrides/build.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/compiler.gni
diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
index b77b645ce8ddba527925b4a17bc67622fc42d0b0..fa097036c15e54a17835d6adfd992bada8760198 100644
--- a/build/config/compiler/compiler.gni
+++ b/build/config/compiler/compiler.gni
@@ -8,6 +8,7 @@ import("//build/config/chromecast_build.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//build/toolchain/goma.gni")
import("//build/toolchain/toolchain.gni")
+import("//build_overrides/build.gni")
declare_args() {
# How many symbols to include in the build. This affects the performance of
@@ -47,11 +48,6 @@ declare_args() {
#
# TODO(sebmarchand): Add support for the PGU (update) phase.
chrome_pgo_phase = 0
-
- # 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
}
declare_args() {
« no previous file with comments | « no previous file | build_overrides/build.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698