aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gtk+.rb
diff options
context:
space:
mode:
authorAndrew Childs2012-09-12 20:37:01 +1200
committerAdam Vandenberg2012-11-25 09:30:43 -0800
commita4d697b57ffeda1340c8ef3b6a09b9857d7ed9af (patch)
tree36817606bd72ca38fb3dc42fba2bd0292b3235f6 /Library/Formula/gtk+.rb
parent6aa990e70158d9da18ea6302948c9446064be5e6 (diff)
downloadhomebrew-a4d697b57ffeda1340c8ef3b6a09b9857d7ed9af.tar.bz2
gtk+: Remove --disable-debug; This is not a recommended setting.
From http://developer.gnome.org/gtk/2.24/gtk-building.html: --enable-debug. The default is minimum. Note that no is fast, but dangerous as it tends to destabilize even mostly bug-free software by changing the effect of many bugs from simple warnings into fatal crashes. Thus --enable-debug=no should not be used for stable releases of GTK+. Closes #14874. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gtk+.rb')
-rw-r--r--Library/Formula/gtk+.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index 40b403220..c6fb0cde7 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -23,8 +23,7 @@ class Gtkx < Formula
end
def install
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-glibtest",
"--disable-introspection",