summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-31 15:35:17 -0700
committerGitHub <noreply@github.com>2018-07-31 15:35:17 -0700
commit9e3a4a2646533b5044b866a0c1932a1079a9c919 (patch)
tree179d28690eeab7aca98683eeb1c38f16ffa13d24 /cmake/loop-darwin.cmake
parent9bdd765a02de75851a00ab85223d5d582a104757 (diff)
downloadqtlocation-mapboxgl-9e3a4a2646533b5044b866a0c1932a1079a9c919.tar.gz
[ios, macos] Enable link-time optimization for iOS release builds (#12502)
Diffstat (limited to 'cmake/loop-darwin.cmake')
-rw-r--r--cmake/loop-darwin.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/loop-darwin.cmake b/cmake/loop-darwin.cmake
index 3109911e66..f60972902f 100644
--- a/cmake/loop-darwin.cmake
+++ b/cmake/loop-darwin.cmake
@@ -13,4 +13,6 @@ create_source_groups(mbgl-loop-darwin)
set_target_properties(mbgl-loop-darwin PROPERTIES FOLDER "Core")
+initialize_xcode_cxx_build_settings(mbgl-loop-darwin)
+
xcode_create_scheme(TARGET mbgl-loop-darwin) \ No newline at end of file