mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
CMake: Fix compilation on Windows with MSVC
This commit is contained in:
parent
7d636d8c3f
commit
3093751fa4
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ if (STACKTRACE)
|
|||
add_compile_options(-Oy-)
|
||||
endif (NOT "${WINXXBITS}" STREQUAL "Win64")
|
||||
add_compile_options(-Zi)
|
||||
link_libraries(dbghelp.lib /DEBUG)
|
||||
link_libraries(dbghelp -DEBUG)
|
||||
endif (STACKTRACE)
|
||||
|
||||
include(MacroConfigureMSVCRuntime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue