From 6c10a52ba2f67264c4fb6268b70c1b15d6e6a267 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 4 Jul 2014 12:06:49 +0800 Subject: MSVC 2010 Projects: Improve Optimization A Bit As the MSVC 2010 x64 (and later) compiler/linker do not have the optimization bug that prevents g-ir-compiler.exe from being built (due to a compiler/linker hang) under /O2 (max speed) (or /Ox, complete optimization), use /O2 for the optimization setting, like the other parts of g-i under Visual Studio 2010. --- build/win32/vs10/g-ir-compiler.vcxprojin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/win32/vs10/g-ir-compiler.vcxprojin b/build/win32/vs10/g-ir-compiler.vcxprojin index 4961ecee..1ed4eb75 100644 --- a/build/win32/vs10/g-ir-compiler.vcxprojin +++ b/build/win32/vs10/g-ir-compiler.vcxprojin @@ -141,9 +141,8 @@ X64 - MinSpace + MaxSpeed true - false $(FFIDefines);%(PreprocessorDefinitions) MultiThreadedDLL true -- cgit v1.2.1