wxmac: remove --disable-debug #6117

According to: http://docs.wxwidgets.org/trunk/overview_debugging.html

wxwidgets debug code is included by default and has minimal runtime
cost, further discussion in the linked issue.

Closes #6195.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Rafael Kitover 2016-10-24 01:06:08 -07:00 committed by Tomasz Pajor
parent 86f16b2859
commit 328a73bbb8

View file

@ -1,7 +1,7 @@
class Wxmac < Formula
desc "wxWidgets, a cross-platform C++ GUI toolkit (for macOS)"
homepage "https://www.wxwidgets.org"
revision 3
revision 4
head "https://github.com/wxWidgets/wxWidgets.git"
@ -75,7 +75,6 @@ class Wxmac < Formula
def install
args = [
"--disable-debug",
"--prefix=#{prefix}",
"--enable-unicode",
"--enable-std_string",