Skip to content

Commit

Permalink
Embed debugging information into the executable
Browse files Browse the repository at this point in the history
This helps us with bug reports by providing users with more debugging information when an error happens.
  • Loading branch information
breadbyte authored Aug 16, 2024
1 parent c69cdad commit c5dc517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
PROJECT: "MinecraftClient"
target-version: "net7.0"
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=None"
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded"

jobs:
build:
Expand Down

0 comments on commit c5dc517

Please sign in to comment.