Merge pull request #867 from lanturnalis/develop
Add condition to DebugType to allow for overriding
This commit is contained in:
commit
e7b93e2ec2
|
@ -8,8 +8,7 @@
|
|||
** Set build options
|
||||
**********************************************-->
|
||||
<PropertyGroup>
|
||||
<!-- include PDB file by default to enable line numbers in stack traces -->
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<!-- enable line numbers in stack traces -->
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
||||
<!-- don't create the 'refs' folder (which isn't useful for mods) -->
|
||||
|
|
Loading…
Reference in New Issue