Skip to content

Commit

Permalink
Enable .pdb file generation in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
arnholm committed Nov 17, 2020
1 parent dd12396 commit 9ac6674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcsg/xcsg.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<Option compiler="msvc" />
<Compiler>
<Add option="/MDd" />
<Add option="/EHs" />
<Add option="/GR" />
<Add option="/GF" />
<Add option="/Od" />
<Add option="/W3" />
Expand All @@ -27,6 +29,7 @@
<Add directory="./" />
</Compiler>
<Linker>
<Add option="/DEBUG" />
<Add option="/NODEFAULTLIB:libcmt.lib" />
<Add option="/NODEFAULTLIB:msvcrt.lib" />
<Add option="/INCREMENTAL:NO" />
Expand Down

0 comments on commit 9ac6674

Please sign in to comment.