mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:40:04 +00:00
Enable debug artifacts for Windows release builds
This commit is contained in:
parent
fe831cf65a
commit
b18491b2a0
4 changed files with 30 additions and 0 deletions
|
|
@ -233,6 +233,11 @@ target_compile_options(wxdata PRIVATE
|
|||
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wall -Wextra -Wpedantic -Werror>
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
# Produce PDB file for debug
|
||||
target_compile_options(wxdata PRIVATE "$<$<CONFIG:Release>:/Zi>")
|
||||
endif()
|
||||
|
||||
target_link_libraries(wxdata PUBLIC aws-cpp-sdk-core
|
||||
aws-cpp-sdk-s3
|
||||
cpr::cpr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue