Details
-
Suggestion
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.5.3
Description
It would be nice if there is way to have Assert in release build. There seems couple of way of having it using QT_FORCE_ASSERTS or removing CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG from qt.prf but this will have impact every where.
It would be nice if there is way to enable Assert for some part of code only for example only on templates instead of every where to avoid performance hit.