From cc21fbf10a285f5bc29e24888471193843fd3b14 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 15 Nov 2018 04:07:37 +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 f1298a9..a3f6f11 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: