Skip to content

Commit

Permalink
Enable segment heap on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Dec 20, 2023
1 parent 5d3e830 commit 4f55147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- 'cmake/Modules/**'
- 'util/buildbot/**'
- 'util/ci/**'
- 'misc/irrlichtmt_tag.txt'
- 'misc/*.manifest'
- '.github/workflows/**.yml'
- 'Dockerfile'
- '.dockerignore'
Expand All @@ -25,6 +27,8 @@ on:
- 'cmake/Modules/**'
- 'util/buildbot/**'
- 'util/ci/**'
- 'misc/irrlichtmt_tag.txt'
- 'misc/*.manifest'
- '.github/workflows/**.yml'
- 'Dockerfile'
- '.dockerignore'
Expand Down
1 change: 1 addition & 0 deletions misc/minetest.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</windowsSettings>
</application>
</assembly>

0 comments on commit 4f55147

Please sign in to comment.