зеркало из https://github.com/nextcloud/desktop.git
CMake: Don't force-enable asserts #5429
Should be safer now that we've gone through asserts and assured that one ones that should be fatal continue to exist in release builds independently of QT_NO_DEBUG.
This commit is contained in:
Родитель
4c1fdf1dee
Коммит
3c7545a45f
|
@ -58,9 +58,6 @@ if( UNIX AND NOT APPLE )
|
|||
endif()
|
||||
####
|
||||
|
||||
# Enable Q_ASSERT etc. in all builds
|
||||
add_definitions( -DQT_FORCE_ASSERTS )
|
||||
|
||||
include(GNUInstallDirs)
|
||||
include(DefineInstallationPaths)
|
||||
include(GenerateExportHeader)
|
||||
|
|
Загрузка…
Ссылка в новой задаче