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