mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Disable debug messages in release builds
Also correct / remove various debug messages
This commit is contained in:
parent
097be1a5cd
commit
7d7c635423
5 changed files with 6 additions and 6 deletions
|
@ -245,6 +245,9 @@ macro(check_add_gcc_compiler_flag FLAG)
|
|||
endmacro(check_add_gcc_compiler_flag)
|
||||
|
||||
add_definitions(-DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_NO_CAST_TO_ASCII)
|
||||
if(NOT IS_DEBUG_BUILD)
|
||||
add_definitions(-DQT_NO_DEBUG_OUTPUT)
|
||||
endif()
|
||||
|
||||
if(WITH_APP_BUNDLE)
|
||||
add_definitions(-DWITH_APP_BUNDLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue