diff options
author | Joe Doyle <joe@joedoyle.us> | 2016-12-06 12:52:59 -0800 |
---|---|---|
committer | João Reis <reis@janeasystems.com> | 2016-12-18 01:19:34 +0000 |
commit | 92ed1ab45059e3c822dc661a4917bb5232707315 (patch) | |
tree | 381ae912bc1a19909d790f643b3e30d952d1ed05 /BUILDING.md | |
parent | f7f662cad582cedec85236a94d753be08e3cd446 (diff) | |
download | node-new-92ed1ab45059e3c822dc661a4917bb5232707315.tar.gz |
build: change nosign flag to sign and flips logic
Makes the default build on Windows not try to sign the node.exe
binary after a build. Instead the 'sign' flag now indicates that the
binary should be signed. The 'nosign' flag is left as a noop.
Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
PR-URL: https://github.com/nodejs/node/pull/10156
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index b1962d53c2..e50fa8b52c 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -115,7 +115,7 @@ Prerequisites: and tools which can be included in the global `PATH`. ```console -> .\vcbuild nosign +> .\vcbuild ``` To run the tests: |