Added debug flag

This commit is contained in:
glitchassassin 2017-02-09 11:54:58 -05:00
parent 42df344532
commit 7b6b8a4dd6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ build_script:
echo %INCLUDE%
msbuild RainmeterPython.sln /p:configuration=release /p:platform=%BUILD_PLATFORM% /p:AdditionalLibPaths="%PYTHON%\libs"
msbuild RainmeterPython.sln /p:configuration=release /p:platform=%BUILD_PLATFORM% /p:AdditionalLibPaths="%PYTHON%\libs" /v:d
mkdir release-dlls
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\release-dlls\ /I