Skip to content

Commit

Permalink
Remove generating pch.pch
Browse files Browse the repository at this point in the history
  • Loading branch information
Di Da committed Dec 6, 2019
1 parent c3a49c1 commit 39286c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<ItemDefinitionGroup>
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<WarningLevel>Level4</WarningLevel>
<AdditionalOptions>/await %(AdditionalOptions) /bigobj</AdditionalOptions>
<!--Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
Expand Down

0 comments on commit 39286c8

Please sign in to comment.