2
0
Эх сурвалжийг харах

AppVeyor: Add -j2 to cmake build command.

This should theoretically speed up Windows compilation.
Miku AuahDark 5 жил өмнө
parent
commit
1232fab431

+ 1 - 1
extra/appveyor/appveyor.yml

@@ -38,7 +38,7 @@ before_build:
 - cmake -G "%GENERATOR%" -H. -Bbuild
 
 build_script:
-- cmake --build build --target PACKAGE --config Release
+- cmake --build build --target PACKAGE --config Release -j2
 
 after_build: