From ac30e2cb5874be2f7e03e4cb3caff6fb527ce199 Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Sat, 8 Apr 2023 16:28:00 +0200 Subject: HACKING.adoc: recommend `make -j` `make -j` is now used by default in all opam installs, it should be fine for clean builds --- HACKING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.adoc') diff --git a/HACKING.adoc b/HACKING.adoc index d751186899..84dededf36 100644 --- a/HACKING.adoc +++ b/HACKING.adoc @@ -27,7 +27,7 @@ not have this which causes some important development things to be disabled + ---- ./configure -make +make -j 4 ---- If you are on a release build and need development options, you can add `--enable-ocamltest` (to allow running the testsuite) and `--enable-warn-error` -- cgit v1.2.1