define CMAKE_BUILD_TYPE=Release on windows
This commit is contained in:
parent
7e2ca090b8
commit
1e751d3a04
@ -36,7 +36,7 @@ build_script:
|
||||
- echo %INSTVERSION%
|
||||
- echo %DIST%
|
||||
- echo %DATE%
|
||||
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON
|
||||
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON -DCMAKE_BUILD_TYPE=Release
|
||||
- cmake --build build --config Release
|
||||
|
||||
after_build:
|
||||
|
Loading…
Reference in New Issue
Block a user