mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Build: Enable Q_ASSERT in release mode (#5425)
This commit is contained in:
parent
e286bb1b64
commit
143320341e
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ if( UNIX AND NOT APPLE )
|
|||
endif()
|
||||
####
|
||||
|
||||
# Enable Q_ASSERT etc. in all builds
|
||||
add_definitions( -DQT_FORCE_ASSERTS )
|
||||
|
||||
include(GNUInstallDirs)
|
||||
include(DefineInstallationPaths)
|
||||
include(GenerateExportHeader)
|
||||
|
|
Loading…
Reference in a new issue