Enable PDB generation for corerun and coreconsole
authorMatt Mitchell <mmitche@microsoft.com>
Thu, 5 Feb 2015 22:42:03 +0000 (14:42 -0800)
committerMatt Mitchell <mmitche@microsoft.com>
Thu, 5 Feb 2015 23:37:29 +0000 (15:37 -0800)
commit72a80f017ead336ee7b128f8369a9ba4b57c8b89
tree66b59630d57b8668d3c617b850aa9c6ae6cae86b
parenta71f0715019300102e9b688e682f8781068f3265
Enable PDB generation for corerun and coreconsole

Corerun and coreconsole are exes, so they don't share the same linker flags as the shared libraries.  Set DEBUG on the EXE flags so that Release always gets debug info.

Don't pass incremental linking, incompatible with debug type
CMakeLists.txt
src/coreclr/hosts/coreconsole/CMakeLists.txt
src/coreclr/hosts/corerun/CMakeLists.txt
src/dlls/clretwrc/CMakeLists.txt
src/dlls/mscorrc/full/CMakeLists.txt
src/dlls/mscorrc/small/CMakeLists.txt