[IMP] Makefile: build in parallel by default

This commit is contained in:
Victor Feyens 2021-05-19 14:53:23 +02:00 committed by Antoine Vandevenne (anv)
parent 2ddac026f1
commit 46c21826fc

View File

@ -2,7 +2,7 @@
# Pass WORKERS=auto for parallel build # Pass WORKERS=auto for parallel build
ifndef WORKERS ifndef WORKERS
WORKERS = 1 WORKERS = auto
endif endif
SPHINX_BUILD = sphinx-build SPHINX_BUILD = sphinx-build
@ -67,7 +67,7 @@ extensions/odoo_theme/static/style.css: extensions/odoo_theme/static/style.scss
#=== Development and debugging rules ===# #=== Development and debugging rules ===#
fast: SPHINXOPTS += -A collapse_menu=True -j auto fast: SPHINXOPTS += -A collapse_menu=True
fast: html fast: html
static: extensions/odoo_theme/static/style.css static: extensions/odoo_theme/static/style.css