Set default active arch on iOS to armv7

This commit is contained in:
Chinmay Garde 2015-08-18 14:38:50 -07:00
parent 5a754c3509
commit a6986caa7e

View File

@ -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 ---------------------------------------------------------