diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/google-perftools.rb | 2 |
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" |
