From 8fc761fd37f9255aa5fe7d206295b06b8024b29d Mon Sep 17 00:00:00 2001 From: Scott McKenzie Date: Mon, 11 Jul 2022 20:01:42 +1000 Subject: [PATCH] Re-enable parallel make --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b082381..c923568 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ jobs: displayName: 'Print number of CPUs' - script: | - make V=s + make -j`nproc` V=s workingDirectory: $(workingDirectory) displayName: 'Build the project'