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>
master
Anil Madhavapeddy 2012-10-17 11:28:19 -07:00 committed by Mike McQuaid
parent bce54fe9d0
commit 818783c10b
1 changed files with 1 additions and 0 deletions

View File

@ -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"