Skip to content

Commit

Permalink
Add pdb flag to win32 link flags for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw committed Aug 4, 2014
1 parent 551b18b commit 816a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ our %COMPILERS = (

ldmiscflags => '/nologo',
ldoptiflags => '/LTCG',
lddebugflags => '/debug',
lddebugflags => '/debug /pdb:$@.pdb',
ldinstflags => '/Profile',

noreturnspecifier => '__declspec(noreturn)',
Expand Down

0 comments on commit 816a76b

Please sign in to comment.