From 065a89cc18f2220fcf04e7f070c0c97e2bfb24da Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 22 Jan 2019 09:22:28 +0000 Subject: [PATCH] ocaml: remove options. See https://github.com/Homebrew/homebrew-core/issues/31510. --- Formula/ocaml.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/ocaml.rb b/Formula/ocaml.rb index 75c7ca12c4..20e3a96fd4 100644 --- a/Formula/ocaml.rb +++ b/Formula/ocaml.rb @@ -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