mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Set default active arch on iOS to armv7
This commit is contained in:
parent
5a754c3509
commit
a6986caa7e
@ -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 ---------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user