ocaml: remove options.
See https://github.com/Homebrew/homebrew-core/issues/31510.
This commit is contained in:
parent
6254dd86fe
commit
065a89cc18
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue