summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-10-24 15:57:41 -0400
committerJason Wray <jason@mapbox.com>2018-10-24 15:57:41 -0400
commit595b5a14e21cce0602b4f5bb807ea9ddab188cf5 (patch)
treed94e6eed4c664291ababbd8947ff31a6fb28a51f
parent7def0888c450359890239a8bf0bcbe46f9d28f4f (diff)
downloadqtlocation-mapboxgl-upstream/fb-cmake-xcode-RelWithDebInfo-typo.tar.gz
[darwin, build] Fix RelWithDebInfo name in cmake Xcode configupstream/fb-cmake-xcode-RelWithDebInfo-typo
-rw-r--r--cmake/mbgl.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mbgl.cmake b/cmake/mbgl.cmake
index 9f27b16bdb..97517fb9c5 100644
--- a/cmake/mbgl.cmake
+++ b/cmake/mbgl.cmake
@@ -209,7 +209,7 @@ function(initialize_xcode_cxx_build_settings target)
set_xcode_property(${target} CLANG_WARN_RANGE_LOOP_ANALYSIS YES)
# -flto
- set_xcode_property(${target} LLVM_LTO $<$<OR:$<CONFIG:Release>,$<CONFIG:RelWithDebugInfo>>:YES>)
+ set_xcode_property(${target} LLVM_LTO $<$<OR:$<CONFIG:Release>,$<CONFIG:RelWithDebInfo>>:YES>)
# Make releases debuggable.
set_xcode_property(${target} GCC_GENERATE_DEBUGGING_SYMBOLS YES)