Skip to content

Commit 54ea34a

Browse files
#1173: Use editbin.exe to artificially increase stack size to 16 megabytes.
1 parent f7e7698 commit 54ea34a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ILSpy/ILSpy.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,7 @@
417417
</ItemGroup>
418418
<Copy SourceFiles="@(NuGetPackagesToCopy)" DestinationFolder="..\ILSpy.AddIn\packages" />
419419
</Target>
420+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
421+
<Exec Command="editbin /stack:16777216 &quot;$(TargetPath)&quot;&#xD;&#xA;EXIT 0" />
422+
</Target>
420423
</Project>

0 commit comments

Comments
 (0)