From 8c273108348c672705ca3c4bd5ee192568eca1ff Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 1 Mar 2016 20:32:02 +0100 Subject: [PATCH] enable `-j 0` for ocamlbuild --- _oasis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_oasis b/_oasis index 4ce73dd4..1e942b52 100644 --- a/_oasis +++ b/_oasis @@ -10,6 +10,8 @@ OCamlVersion: >= 4.00.1 BuildTools: ocamlbuild AlphaFeatures: compiled_setup_ml, ocamlbuild_more_args +XOCamlbuildExtraArgs: "-j 0" + Synopsis: A modular standard library focused on data structures. Description: Containers is a standard library (BSD license) focused on data structures,