]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Too quick a trigger finger first time. Compile error fixed.
[wxWidgets.git] / wxPython / setup.py
index cac623400a737238348114b1a9d7fd84990cf618..d3fdd3e56e5d7f0fbc43ce9625c51988f9782dee 100755 (executable)
@@ -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