ocaml: remove options.

See https://github.com/Homebrew/homebrew-core/issues/31510.
This commit is contained in:
Mike McQuaid 2019-01-22 09:22:28 +00:00 committed by FX Coudert
parent 6254dd86fe
commit 065a89cc18

View file

@ -32,9 +32,6 @@ class Ocaml < Formula
satisfy { HOMEBREW_PREFIX.to_s == "/usr/local" }
end
option "with-x11", "Install with the Graphics module"
option "with-flambda", "Install with flambda support"
def install
ENV.deparallelize # Builds are not parallel-safe, esp. with many cores