mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Use line-tables-only debug information format on macOS.
Otherwise linking fails on x86_64 in Release mode.
This commit is contained in:
parent
5573bbc776
commit
f13971dce1
1 changed files with 1 additions and 0 deletions
|
@ -1754,6 +1754,7 @@ set_target_properties(Telegram PROPERTIES
|
|||
XCODE_ATTRIBUTE_ALWAYS_SEARCH_USER_PATHS NO
|
||||
XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY libc++
|
||||
XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS --deep
|
||||
XCODE_ATTRIBUTE_CLANG_DEBUG_INFORMATION_LEVEL $<IF:$<CONFIG:Debug>,default,line-tables-only>
|
||||
)
|
||||
set(entitlement_sources
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Telegram/Telegram.entitlements"
|
||||
|
|
Loading…
Add table
Reference in a new issue