[IMP] Makefile: build in parallel by default
This commit is contained in:
parent
2ddac026f1
commit
46c21826fc
4
Makefile
4
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user