aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/google-perftools.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-12-03 09:03:10 -0800
committerAdam Vandenberg2011-12-03 09:03:10 -0800
commit400f79ccb159dfd8a43c9a85437b363aae3765f5 (patch)
tree3ba3839e00749731c431286744be0a54c90f6e8f /Library/Formula/google-perftools.rb
parented7da1e9640e4ddbf3a974b3a26a47990aa79773 (diff)
downloadhomebrew-400f79ccb159dfd8a43c9a85437b363aae3765f5.tar.bz2
google-perftools: remove unused configure switch
Diffstat (limited to 'Library/Formula/google-perftools.rb')
-rw-r--r--Library/Formula/google-perftools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/google-perftools.rb b/Library/Formula/google-perftools.rb
index 7614ba41b..75d477b3d 100644
--- a/Library/Formula/google-perftools.rb
+++ b/Library/Formula/google-perftools.rb
@@ -9,7 +9,7 @@ class GooglePerftools < Formula
def install
ENV.append_to_cflags '-D_XOPEN_SOURCE'
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make install"