summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-07-24 20:56:36 +0200
committerTingPing <tingping@tingping.se>2013-09-15 02:45:38 -0400
commitaa37686bbd69a6fab9dea6492a2f6a8b818845f0 (patch)
tree0214dc777919a0a55e27882dd0f254e774cc0116 /plugins/perl
parent4721a3747ec5044c6bd2569108e1d153a0e1dc2f (diff)
Move optimization settings from all subsequent projects to hexchat.props
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/perl.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/perl/perl.vcxproj b/plugins/perl/perl.vcxproj
index af173966..afaaa08f 100644
--- a/plugins/perl/perl.vcxproj
+++ b/plugins/perl/perl.vcxproj
@@ -59,7 +59,6 @@
     <ClCompile>

       <PrecompiledHeader>

       </PrecompiledHeader>

-      <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>

@@ -89,7 +88,6 @@ move xchat.pm.h "$(IntDir)"</Command>
     <ClCompile>

       <PrecompiledHeader>

       </PrecompiledHeader>

-      <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

       <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>