mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Attempts to silence asserts, etc, for release builds.
This commit is contained in:
parent
a6ada129e8
commit
235efcb2d4
@ -18,6 +18,7 @@ LIBS += -lz
|
||||
DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
DEFINES += TARGET_QT
|
||||
QMAKE_CXXFLAGS_RELEASE += -DNDEBUG
|
||||
|
||||
# You can also make your code fail to compile if it uses deprecated APIs.
|
||||
# In order to do so, uncomment the following line.
|
||||
|
Loading…
Reference in New Issue
Block a user