-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
OpenSSL windows asm question #7426
Copy link
Copy link
Closed
Labels
opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Metadata
Metadata
Assignees
Labels
opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Part 1
01fa5ee
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 againcc @nodejs/collaborators just in case.
Reasoning
I'm thinking about removing
rulesfrom thegyp.jsas I don't really like the feature bloat that it has. It looks like Node builds just fine without these rules