mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
debug config in Xcode shouldn't produce dSYM files
This commit is contained in:
parent
e20a6c3670
commit
5f97bf0be8
@ -161,6 +161,10 @@ if(APPLE_IOS)
|
||||
set(SYSTEM_LIBS ${SYSTEM_LIBS} iconv) # boost.locale
|
||||
endif(APPLE_IOS)
|
||||
|
||||
if(CMAKE_GENERATOR STREQUAL Xcode)
|
||||
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=Debug] dwarf)
|
||||
endif()
|
||||
|
||||
if(MINGW OR MSVC)
|
||||
# Windows Vista or newer for FuzzyLite 6 to compile
|
||||
add_definitions(-D_WIN32_WINNT=0x0600)
|
||||
|
Loading…
Reference in New Issue
Block a user