Skip to content

Commit 59ff430

Browse files
authored
Revert "bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)"
This reverts commit a05bef4.
1 parent 962f7e5 commit 59ff430

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Misc/NEWS.d/next/Build/2018-10-26-14-49-19.bpo-35059.PKsBxP.rst

-4
This file was deleted.

PCbuild/pyproject.props

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
<SuppressStartupBanner>true</SuppressStartupBanner>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
45-
<InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">OnlyExplicitInline</InlineFunctionExpansion>
46-
<InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">OnlyExplicitInline</InlineFunctionExpansion>
4745
</ClCompile>
4846
<ClCompile Condition="$(Configuration) == 'Debug'">
4947
<Optimization>Disabled</Optimization>

0 commit comments

Comments
 (0)