X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96e5ef7631307ebd9b0e4c51ceaeb68e36569f56..f9ee64b1356530b7f5c957d250d2a1dcbef60f60:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 854c34a81f..28ed092872 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -218,7 +218,9 @@ if os.name == 'nt': 'advapi32', 'wsock32'] - cflags = [] #['/GX-'] # workaround for internal compiler error in MSVC on some machines + cflags = [ + # '/GX-' # workaround for internal compiler error in MSVC on some machines + ] lflags = None