mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Disable standard assert() macro in Release builds
This commit is contained in:
parent
6f182b2bb3
commit
32e1db7134
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
|
unix:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG
|
||||||
|
win32:QMAKE_CXXFLAGS_RELEASE += /DNDEBUG
|
||||||
|
|
||||||
# check Qt version
|
# check Qt version
|
||||||
QT_VERSION = $$[QT_VERSION]
|
QT_VERSION = $$[QT_VERSION]
|
||||||
QT_VERSION = $$split(QT_VERSION, ".")
|
QT_VERSION = $$split(QT_VERSION, ".")
|
||||||
|
Loading…
Reference in New Issue
Block a user