aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index c3eb0e0e7..0fd389ca2 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -42,8 +42,6 @@ class Ruby < Formula
system "autoconf" unless File.exists? 'configure'
args = ["--prefix=#{prefix}",
- "--disable-debug",
- "--disable-dependency-tracking",
"--enable-shared"]
args << "--program-suffix=19" if ARGV.include? "--with-suffix"