Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/abseil-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 174081f30822
Choose a base ref
...
head repository: mockingbirdnest/abseil-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2accd87bbc4d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 23, 2021

  1. A project that needs /bigobj

    pleroy committed May 23, 2021
    Copy the full SHA
    2accd87 View commit details
Showing with 10 additions and 0 deletions.
  1. +10 −0 msvc/benchmarks/benchmarks.vcxproj
10 changes: 10 additions & 0 deletions msvc/benchmarks/benchmarks.vcxproj
Original file line number Diff line number Diff line change
@@ -10,6 +10,16 @@
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\absl\algorithm\equal_benchmark.cc" />
<ClCompile Include="..\..\absl\base\internal\periodic_sampler_benchmark.cc" />