Closed
Description
Part 1
What is the purpose of this? cc @piscisaureus
As far as I get it - GYP option may be used to enable this: https://github.com/svn2github/gyp/blob/e0ee72ddc7fb97eb33d530cf684efcbe4d27ecb3/test/win/ml-safeseh/ml-safeseh.gyp#L18-L20
Part 2
What is the purpose of /Zi
? I know that it generates debug info, but can't see why it is needed. cc @piscisaureus again
cc @nodejs/collaborators just in case.
Reasoning
I'm thinking about removing rules
from the gyp.js
as I don't really like the feature bloat that it has. It looks like Node builds just fine without these rules