Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/mbgl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down