Browse Source

Enable segment heap on Windows

sfan5 4 months ago
parent
commit
47e557b96a
2 changed files with 5 additions and 0 deletions
  1. 4 0
      .github/workflows/build.yml
  2. 1 0
      misc/minetest.exe.manifest

+ 4 - 0
.github/workflows/build.yml

@@ -12,6 +12,8 @@ on:
       - 'cmake/Modules/**'
       - 'util/buildbot/**'
       - 'util/ci/**'
+      - 'misc/irrlichtmt_tag.txt'
+      - 'misc/*.manifest'
       - '.github/workflows/**.yml'
       - 'Dockerfile'
       - '.dockerignore'
@@ -25,6 +27,8 @@ on:
       - 'cmake/Modules/**'
       - 'util/buildbot/**'
       - 'util/ci/**'
+      - 'misc/irrlichtmt_tag.txt'
+      - 'misc/*.manifest'
       - '.github/workflows/**.yml'
       - 'Dockerfile'
       - '.dockerignore'

+ 1 - 0
misc/minetest.exe.manifest

@@ -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>