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:
parent
86f16b2859
commit
328a73bbb8
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue