aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pth.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb
index 64a3c6249..6ff7a6bf8 100644
--- a/Library/Formula/pth.rb
+++ b/Library/Formula/pth.rb
@@ -9,7 +9,8 @@ class Pth <Formula
ENV.deparallelize
system "./configure",
"--prefix=#{prefix}",
- "--disable-debug",
+# Shared library will not be build with disable debug
+# "--disable-debug",
"--disable-dependency-tracking"
system "make install"
end