diff tonyapp.pro @ 202:2a66576d3d4e

No config -> default to release mode
author Chris Cannam
date Wed, 05 Mar 2014 18:10:57 +0000
parents 91927958dcc6
children 4b9b7ff3f19c
line wrap: on
line diff
--- a/tonyapp.pro	Wed Mar 05 13:44:27 2014 +0000
+++ b/tonyapp.pro	Wed Mar 05 18:10:57 2014 +0000
@@ -6,6 +6,10 @@
 }
 
 !exists(config.pri) {
+
+    CONFIG += release
+    DEFINES += NDEBUG BUILD_RELEASE NO_TIMING
+
     win32-g++ {
         INCLUDEPATH += sv-dependency-builds/win32-mingw/include
         LIBS += -Lsv-dependency-builds/win32-mingw/lib