X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d08289596acb73ca3f1af4d3ced0a43a9051e8..adebd2d72c8897f30bd9e673d1e16ef2794d72ab:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index cac623400a..d3fdd3e56e 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -191,7 +191,7 @@ if os.name == 'nt': 'advapi32', 'wsock32'] - cflags = ['/GX-'] # workaround for internal compiler error in MSVC 5 + cflags = [] #['/GX-'] # workaround for internal compiler error in MSVC 5 lflags = None