summary refs log tree commit diff stats
path: root/win32/copy
diff options
context:
space:
mode:
Diffstat (limited to 'win32/copy')
-rw-r--r--win32/copy/copy.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index 3146e6be..1586d200 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -52,7 +52,6 @@
   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

-      <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

     </ClCompile>

@@ -67,7 +66,6 @@
   </ItemDefinitionGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

     <ClCompile>

-      <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

     </ClCompile>