appveyor: speed up compilation time

This commit is contained in:
scribam 2020-01-23 18:14:07 +01:00
parent ff69efff48
commit 9266457c62
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ before_build:
build_script:
- cmd: >-
if "%CONFIGURATION%"=="fast" (mingw32-make platform=win32)
if "%CONFIGURATION%"=="fast" (mingw32-make -j2 platform=win32)
after_build:
- cmd: >-