disabled assert on release mode
This commit is contained in:
@@ -69,6 +69,8 @@ macx {
|
|||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
DEFINES += C_DEBUG
|
DEFINES += C_DEBUG
|
||||||
DEFINES += QT_DEBUG
|
DEFINES += QT_DEBUG
|
||||||
|
} else {
|
||||||
|
DEFINES += NDEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
# Submodules
|
# Submodules
|
||||||
|
|||||||
Reference in New Issue
Block a user