summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-21 17:38:09 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-22 21:15:51 +0100
commitc4ae93f80107df4f067fcde000816d40d2ad77c8 (patch)
tree9cf23fda75640316c7055275b6e3585c4babbb75
parent4577c56745d90cfa00837d00e5e5605260a54879 (diff)
downloadqtlocation-mapboxgl-c4ae93f80107df4f067fcde000816d40d2ad77c8.tar.gz
[build] only build active architecture for Debug builds on iOS
-rw-r--r--platform/ios/config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
index f9a24964f6..195687fea5 100644
--- a/platform/ios/config.cmake
+++ b/platform/ios/config.cmake
@@ -4,6 +4,7 @@ macro(mbgl_platform_core)
set_xcode_property(mbgl-core IPHONEOS_DEPLOYMENT_TARGET "8.0")
set_xcode_property(mbgl-core ENABLE_BITCODE "YES")
set_xcode_property(mbgl-core BITCODE_GENERATION_MODE bitcode)
+ set_xcode_property(mbgl-core ONLY_ACTIVE_ARCH $<$<CONFIG:Debug>:YES>)
target_sources(mbgl-core
# Loop