diff options
Diffstat (limited to 'compiler/extccomp.nim')
-rw-r--r-- | compiler/extccomp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 2fe151a1c..4b9e1c6fe 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -134,7 +134,7 @@ compiler vcc: result = ( name: "vcc", objExt: "obj", - optSpeed: " /Ogityb2 /G7 /arch:SSE2 ", + optSpeed: " /Ogityb2 /G7 ", optSize: " /O1 /G7 ", compilerExe: "cl", cppCompiler: "cl", |