Disable assert macro checks in Release builds

This commit is contained in:
Igor Kushnir 2022-06-01 18:39:24 +03:00
parent 8acec2e062
commit aa33b8bebc

View file

@ -22,6 +22,10 @@ isEmpty( hasGit ) {
}
}
CONFIG( release, debug|release ) {
DEFINES += NDEBUG
}
# DEPENDPATH += . generators
INCLUDEPATH += .