From 2fb563619d1bf16cff2951f0dfc55ccb1a3b09cd Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 18 Nov 2018 08:23:02 +0000 Subject: [PATCH] Use release build. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f1298a994..a3f6f1170 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ before_build: - git submodule update --init --recursive build_script: - - qmake spectral.pro CONFIG+=debug CONFIG+=qml_debug PREFIX="%DEPLOY_DIR%" + - qmake spectral.pro CONFIG+=release CONFIG+=qtquickcompiler PREFIX="%DEPLOY_DIR%" - nmake after_build: