objective-caml: build the debug runtime variant.
This can be optionally linked via the `-runtime-variant d` compiler flag. Closes Homebrew/homebrew#15520. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
bce54fe9d0
commit
818783c10b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class ObjectiveCaml < Formula
|
|||
system "./configure", "--prefix", HOMEBREW_PREFIX,
|
||||
"--mandir", man,
|
||||
"-cc", ENV.cc,
|
||||
"-with-debug-runtime",
|
||||
"-aspp", "#{ENV.cc} -c"
|
||||
ENV.deparallelize # Builds are not parallel-safe, esp. with many cores
|
||||
system "make world"
|
||||
|
|
Loading…
Reference in a new issue