From 46c21826fcf26f6a46339b5f152f0f6bee2d864e Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Wed, 19 May 2021 14:53:23 +0200 Subject: [PATCH] [IMP] Makefile: build in parallel by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02ca83d8d..6cf6b2267 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Pass WORKERS=auto for parallel build ifndef WORKERS - WORKERS = 1 + WORKERS = auto endif SPHINX_BUILD = sphinx-build @@ -67,7 +67,7 @@ extensions/odoo_theme/static/style.css: extensions/odoo_theme/static/style.scss #=== Development and debugging rules ===# -fast: SPHINXOPTS += -A collapse_menu=True -j auto +fast: SPHINXOPTS += -A collapse_menu=True fast: html static: extensions/odoo_theme/static/style.css