EgtGraphics :

- in Release cambiate opzioni di ottimizzazione da /Ox  a /O2.
This commit is contained in:
Dario Sassi
2020-03-30 11:01:29 +00:00
parent e58b19da45
commit 90aecaa687
+2 -2
View File
@@ -152,7 +152,7 @@ copy $(TargetPath) \EgtProg\DllD64</Command>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Full</Optimization>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;I_AM_EGR;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -189,7 +189,7 @@ copy $(TargetPath) \EgtProg\Dll32</Command>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<Optimization>Full</Optimization>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;I_AM_EGR;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>