diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/copy/copy.vcxproj | 2 | ||||
-rw-r--r-- | win32/hexchat.props | 5 | ||||
-rw-r--r-- | win32/installer/installer.vcxproj | 2 | ||||
-rw-r--r-- | win32/nls/nls.vcxproj | 2 |
4 files changed, 5 insertions, 6 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> diff --git a/win32/hexchat.props b/win32/hexchat.props index 453240d8..25fdb14a 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -100,6 +100,11 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" <ClCompile> <WarningLevel>Level3</WarningLevel> <DisableSpecificWarnings>4996</DisableSpecificWarnings> + <!-- UNCOMMENT ONLY ONE --> + <!--Optimization>Disabled</Optimization--> + <Optimization>MaxSpeed</Optimization> + <!--Optimization>MinSpace</Optimization--> + <!--Optimization>Full</Optimization--> </ClCompile> </ItemDefinitionGroup> diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj index faa13c06..87142c2c 100644 --- a/win32/installer/installer.vcxproj +++ b/win32/installer/installer.vcxproj @@ -52,7 +52,6 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> - <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> </ClCompile> @@ -76,7 +75,6 @@ type hexchat-x86.skel.iss >> "$(OutDir)\hexchat-x86.iss" </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> - <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> </ClCompile> diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index c1da078a..35ca3e9d 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -52,7 +52,6 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> - <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> </ClCompile> @@ -73,7 +72,6 @@ mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> - <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> </ClCompile> |