Skip to content

Commit

Permalink
Release-only [SuppressUnmanagedCodeSecurity]
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Jan 12, 2024
1 parent 5ef9dcd commit 045cc18
Show file tree
Hide file tree
Showing 12 changed files with 3,831 additions and 1,277 deletions.
8 changes: 6 additions & 2 deletions Modules.Packed/Dummy.pas
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ Multichoise2 = record

{$region Подпрограммы ядра}

[PCUNotRestore]
{$ifndef DEBUG}
[System.Security.SuppressUnmanagedCodeSecurity]
{$endif DEBUG}
[PCUNotRestore]
///
dum = static class

Expand Down Expand Up @@ -1127,8 +1129,10 @@ Multichoise2 = record

end;

[PCUNotRestore]
{$ifndef DEBUG}
[System.Security.SuppressUnmanagedCodeSecurity]
{$endif DEBUG}
[PCUNotRestore]
///
dyn = sealed partial class
public constructor(loader: DummyLoader);
Expand Down
Loading

0 comments on commit 045cc18

Please sign in to comment.