mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:10:05 +00:00
Save separate debug symbols on Linux
This commit is contained in:
parent
a21377ce6c
commit
c29f335d9a
4 changed files with 35 additions and 0 deletions
|
|
@ -240,6 +240,8 @@ target_compile_options(wxdata PRIVATE
|
|||
if (MSVC)
|
||||
# Produce PDB file for debug
|
||||
target_compile_options(wxdata PRIVATE "$<$<CONFIG:Release>:/Zi>")
|
||||
else()
|
||||
target_compile_options(wxdata PRIVATE "$<$<CONFIG:Release>:-g>")
|
||||
endif()
|
||||
|
||||
target_link_libraries(wxdata PUBLIC aws-cpp-sdk-core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue