From 4c8af90d649bbab71d62dd05059b4156ac361ab3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 18 May 2018 00:13:51 -0400 Subject: [PATCH] Okay, that seemed to apply the flag correctly. Let's turn off the debugging spew and see if it has the effect we want. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d4e80d7b..92a0dd6f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: