mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
fix: disable qt debug in every non-debug build (#5022)
This commit is contained in:
commit
232e9fde09
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ set(CMAKE_CXX_STANDARD 20)
|
|||
set(CMAKE_C_STANDARD 11)
|
||||
include(GenerateExportHeader)
|
||||
|
||||
add_compile_definitions($<$<CONFIG:Release>:QT_NO_DEBUG>)
|
||||
add_compile_definitions($<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG>)
|
||||
|
||||
if(MSVC)
|
||||
# /GS Adds buffer security checks, default on but incuded anyway to mirror gcc's fstack-protector flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue