|
@@ -102,6 +102,7 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
</ClCompile>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
@@ -132,6 +133,7 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
</ClCompile>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
@@ -165,6 +167,7 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
</ClCompile>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
@@ -196,6 +199,7 @@
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
</ClCompile>
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|