build: produce symbol map files on windows
authorAli Ijaz Sheikh <ofrobots@google.com>
Sat, 25 Jul 2015 00:59:14 +0000 (17:59 -0700)
committerAli Ijaz Sheikh <ofrobots@google.com>
Wed, 29 Jul 2015 16:36:25 +0000 (09:36 -0700)
commit24dd016deb23c951df3fb7940fd67a9f1b8197e6
treebae78f59d84d9b6a5a7d020f7421867f2f40c9a3
parentbc733f70652bd9255287b223dc6cabd64a7659c9
build: produce symbol map files on windows

This produces map files as part of the build on windows. The existence of
these files enable profiling and tick-processing using the --prof command
line.
See: https://github.com/nodejs/io.js/pull/2090#issuecomment-124746673

Map files are documented here:
https://msdn.microsoft.com/en-us/library/k7xkk3e2.aspx

PR-URL: https://github.com/nodejs/io.js/pull/2243
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
common.gypi