[Libreoffice-commits] core.git: external/python3

Noel Grandin noelgrandin at gmail.com
Tue Jun 5 06:09:27 UTC 2018


 external/python3/ExternalProject_python3.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 92c745f95e2105104da7f0749d72e6cf761c1b58
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Sat Jun 2 16:35:54 2018 +0200

    try building python in parallel on windows
    
    Change-Id: Ib920ae6d6a3ced06ffe9f1fc4adba67d95f99a17
    Reviewed-on: https://gerrit.libreoffice.org/55207
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk
index 09edc2a099f2..69a82c3f6011 100644
--- a/external/python3/ExternalProject_python3.mk
+++ b/external/python3/ExternalProject_python3.mk
@@ -35,6 +35,7 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
 		MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build \
 			/p:Configuration=$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \
 			/p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) \
+			/maxcpucount \
 			$(if $(filter 140,$(VCVER)),/p:PlatformToolset=v140 /p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \
 			$(if $(filter 150,$(VCVER)),/p:PlatformToolset=v141 /p:VisualStudioVersion=15.0 /ToolsVersion:15.0) \
 			$(if $(filter 150-10,$(VCVER)-$(WINDOWS_SDK_VERSION)),/p:WindowsTargetPlatformVersion=$(UCRTVERSION)) \


More information about the Libreoffice-commits mailing list