appveyor: Build in release mode;

This commit is contained in:
bjorn 2018-09-28 01:36:15 -07:00
parent cd5df6b148
commit 3578f7ea38
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ before_build:
- git submodule update --init
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=%configuration% ..
- cmake -DCMAKE_BUILD_TYPE=Release ..
build:
project: build\lovr.sln