From 400f79ccb159dfd8a43c9a85437b363aae3765f5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 3 Dec 2011 09:03:10 -0800 Subject: google-perftools: remove unused configure switch --- Library/Formula/google-perftools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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" -- cgit v1.2.3