mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Disable assert macro checks in Release builds
This commit is contained in:
parent
8acec2e062
commit
aa33b8bebc
|
@ -22,6 +22,10 @@ isEmpty( hasGit ) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CONFIG( release, debug|release ) {
|
||||||
|
DEFINES += NDEBUG
|
||||||
|
}
|
||||||
|
|
||||||
# DEPENDPATH += . generators
|
# DEPENDPATH += . generators
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue