From 5464b2249a7785f06749a13d8fb3f9666b2e655b Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Wed, 20 Mar 2019 16:50:51 +0000 Subject: [PATCH] Add a note on using ocamlc.opt to HACKING.adoc --- HACKING.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/HACKING.adoc b/HACKING.adoc index 3e4d738d9806..360fab104d95 100644 --- a/HACKING.adoc +++ b/HACKING.adoc @@ -30,7 +30,12 @@ make world.opt make runtop ---- -4. Hack frenetically and keep rebuilding. +4. Hack frenetically and keep rebuilding. You can speed up future builds +by using ocamlc.opt to compile the compiler: ++ +---- +cp ocamlc.opt boot/ +---- 5. Run the testsuite from time to time. +