Skip to content

Commit c5dc517

Browse files
authored
Embed debugging information into the executable
This helps us with bug reports by providing users with more debugging information when an error happens.
1 parent c69cdad commit c5dc517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
PROJECT: "MinecraftClient"
1111
target-version: "net7.0"
12-
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=None"
12+
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded"
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)