aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/asciidoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/asciidoc.rb b/Library/Formula/asciidoc.rb
index 490d8cb21..06758b95a 100644
--- a/Library/Formula/asciidoc.rb
+++ b/Library/Formula/asciidoc.rb
@@ -11,7 +11,7 @@ class Asciidoc < Formula
ohai "Creating configure file"
system "autoconf"
end
- system "./configure", "--disable-debug", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
end
end