summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2019-02-26 09:45:29 +1100
committerMartin Thomson <martin.thomson@gmail.com>2019-02-26 09:45:29 +1100
commit193496bdfce23da9a4e21bf748a837ad1eacf246 (patch)
tree7d7a298d58f428e66f99d96ca4d06051861a1fd5 /help.txt
parentf654d5744ec20b705d1e4f05081dfc8d58b6067c (diff)
downloadnss-hg-193496bdfce23da9a4e21bf748a837ad1eacf246.tar.gz
Bug 1528669 - Pass -D options directly to gyp, r=jcj
Reviewers: jcj Reviewed By: jcj Bug #: 1528669 Differential Revision: https://phabricator.services.mozilla.com/D20120
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/help.txt b/help.txt
index 1df72736e..210c054b1 100644
--- a/help.txt
+++ b/help.txt
@@ -6,7 +6,7 @@ Usage: build.sh [-h] [-c|-cc] [-v] [-j <n>] [--gyp|-g] [--opt|-o]
[--emit-llvm] [--no-zdefs] [--test] [--ct-verif]
[--nspr|--with-nspr=<include>:<lib>|--system-nspr]
[--system-sqlite] [--enable-fips] [--enable-libpkix]
- [--mozpkix-only]
+ [--mozpkix-only] [-D<gyp-option>]
This script builds NSS with gyp and ninja.
@@ -51,3 +51,4 @@ NSS build tool options:
--enable-libpkix make libpkix part of the build
--mozpkix-only build only static mozpkix and mozpkix-test libraries
support for this build option is limited
+ -D<gyp-option> pass an option directly to gyp