diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index c920299f645..c90850642fa 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -67,7 +67,7 @@ declare_args() { # depending on the application type, may be unnecessary. If the type of # architecture is known beforehand, setting that as the active arch will # greatly reduce build times and reduce binary sizes. - ios_active_arch = "" + ios_active_arch = "armv7" } # default_include_dirs ---------------------------------------------------------