Okay, that seemed to apply the flag correctly. Let's turn off the debugging spew and see if it has the effect we want.

This commit is contained in:
Pietro Gagliardi 2018-05-18 00:13:51 -04:00
parent e4852c17b7
commit 4c8af90d64
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ build_script:
- if not %compiler%==mingw ( set "CXXFLAGS=/MP%simultaneous% %CXXFLAGS%" )
- cmake -G "%CMAKE_GENERATOR%" %CMAKE_FLAGS% ..
- if %compiler%==mingw ( mingw32-make -j%simultaneous% tester examples )
else ( msbuild /verbosity:diagnostic libui.sln /t:Build /p:Configuration=Release /p:Platform=%platform% )
else ( msbuild libui.sln /t:Build /p:Configuration=Release /p:Platform=%platform% )
- cd %APPVEYOR_BUILD_FOLDER%
after_build: