Skip to content

Commit

Permalink
Don't generate PDB for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoge committed Aug 8, 2021
1 parent 81ef598 commit b144185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novideo_srgb/novideo_srgb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
Expand Down

0 comments on commit b144185

Please sign in to comment.