From 0eaa72900c8634ac49ef6ceedaee388f96d03e0c Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Wed, 17 Oct 2012 11:28:19 -0700 Subject: objective-caml: build the debug runtime variant. This can be optionally linked via the `-runtime-variant d` compiler flag. Closes #15520. Signed-off-by: Mike McQuaid --- Library/Formula/objective-caml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 8c1966f04..1d347720d 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -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" -- cgit v1.2.3