Skip to content

Commit

Permalink
Revert "VS2012 debug symbols"
Browse files Browse the repository at this point in the history
This reverts commit 6ff50e4.
  • Loading branch information
jedisct1 committed Jul 24, 2016
1 parent 6996360 commit ab72d2d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions builds/msvc/vs2012/libsodium/libsodium.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
<Import Project="$(ProjectDir)$(ProjectName).props" />
</ImportGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\aes256gcm\aesni\aead_aes256gcm_aesni.c" />
<ClCompile Include="..\..\..\..\src\libsodium\crypto_aead\chacha20poly1305\sodium\aead_chacha20poly1305.c" />
Expand Down Expand Up @@ -264,4 +254,4 @@
<Xml Include="..\..\..\..\packaging\nuget\package.xml" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>

0 comments on commit ab72d2d

Please sign in to comment.