refs #493 Enable asserts in release build.

This commit is contained in:
Mathew Sutcliffe
2015-11-30 19:15:39 +00:00
parent c644b81d08
commit 66ff1803cf
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ BLACK_CONFIG += FS9
BLACK_CONFIG += FSX
BLACK_CONFIG += XPlane
BLACK_CONFIG += ProfileRelease
BLACK_CONFIG += AssertsInRelease
BLACK_CONFIG += PackageInstaller
#BLACK_CONFIG += Static
#BLACK_CONFIG += Doxygen

View File

@@ -12,3 +12,4 @@ contains(BLACK_CONFIG, FSX) { DEFINES += WITH_FSX }
contains(BLACK_CONFIG, FS9) { DEFINES += WITH_FS9 }
contains(BLACK_CONFIG, XPlane) { DEFINES += WITH_XPLANE }
contains(BLACK_CONFIG, Static) { DEFINES += WITH_STATIC }
contains(BLACK_CONFIG, AssertsInRelease) { DEFINES += QT_FORCE_ASSERTS }