From 7267d35c3fe761364d90410ba1aae991bd8e92ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B8is=C3=A6ther=20Rasch?= Date: Mon, 20 Mar 2017 11:22:21 +0100 Subject: [PATCH] Removed arch option in compiler definition Previous Artifiact, changed to better reflect the settings in the default nim.cfg --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 70cd411fef..f92fe82d64 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -112,7 +112,7 @@ compiler vcc: result = ( name: "vcc", objExt: "obj", - optSpeed: " /Ogityb2 /G7 /arch:SSE2 ", + optSpeed: " /Ogityb2 /G7 ", optSize: " /O1 /G7 ", compilerExe: "cl", cppCompiler: "cl",