Removed DebugInfoInPDB attribute

This commit is contained in:
Yoshi Askharoun
2021-11-22 00:27:18 -06:00
parent f983155f79
commit 29b9818d06
380 changed files with 50 additions and 493 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ namespace DataStructs
{
[StructLayout(LayoutKind.Sequential, Size = 32)]
[NativeCppClass]
[DebugInfoInPDB]
internal struct IntSet
internal struct IntSet
{
private long _003Calignment_0020member_003E;
}