Skip to content

Commit

Permalink
include debug symbols in build
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Jun 17, 2024
1 parent 385a4bf commit a21f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livemap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>embedded</DebugType>
<DebugType>true</DebugType>
<DebugSymbols>true</DebugSymbols>
<ExcludeGeneratedDebugSymbol>false</ExcludeGeneratedDebugSymbol>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit a21f8fd

Please # to comment.