aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/potrace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/potrace.rb b/Library/Formula/potrace.rb
index f2c2b0330..c767b6762 100644
--- a/Library/Formula/potrace.rb
+++ b/Library/Formula/potrace.rb
@@ -6,7 +6,7 @@ class Potrace < Formula
md5 'ef973e7ec9c2e5b3e19e8dfeaa7524c3'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"