1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Attempts to silence asserts, etc, for release builds.

This commit is contained in:
Thomas Harte 2020-06-04 23:14:51 -04:00
parent a6ada129e8
commit 235efcb2d4

View File

@ -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.