diff options
author | Eustachy Kapusta <Eustachy.kapusta@gmail.com> | 2013-07-24 20:56:36 +0200 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-15 02:45:38 -0400 |
commit | aa37686bbd69a6fab9dea6492a2f6a8b818845f0 (patch) | |
tree | 0214dc777919a0a55e27882dd0f254e774cc0116 /plugins/hextray | |
parent | 4721a3747ec5044c6bd2569108e1d153a0e1dc2f (diff) |
Move optimization settings from all subsequent projects to hexchat.props
Diffstat (limited to 'plugins/hextray')
-rw-r--r-- | plugins/hextray/hextray.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj index 9cac1368..3c48e9d0 100644 --- a/plugins/hextray/hextray.vcxproj +++ b/plugins/hextray/hextray.vcxproj @@ -59,7 +59,6 @@ <ClCompile> <PrecompiledHeader> </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -78,7 +77,6 @@ <ClCompile> <PrecompiledHeader> </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |