X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96e5ef7631307ebd9b0e4c51ceaeb68e36569f56..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/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