ParserFlags.st
changeset 3729 759263d4183c
parent 3719 cf47b10b5607
child 3733 83b4deac4219
child 3748 1d2f19126419
--- a/ParserFlags.st	Wed Mar 23 14:36:38 2016 +0100
+++ b/ParserFlags.st	Wed Mar 23 18:20:17 2016 +0100
@@ -1746,7 +1746,7 @@
                     ].
                     (mingwTop notNil and:[mingwTop asFilename exists]) ifTrue:[
                         STCCompilationDefines := STCCompilationDefines,' -D__MINGW64__'.
-                        CCCompilationOptions := '-w64'.
+                        "/ CCCompilationOptions := '-w64'.
                     ].
                 ].    
                 (mingwTop notNil and:[mingwTop asFilename exists]) ifTrue:[