summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2018-08-03 10:35:44 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2018-08-03 10:35:44 +0200
commit3d77547100b65036e847925ea82fba1f4b16eb20 (patch)
treebc0e1733407e9efe5bd009c6951837db61ccf64e /help.txt
parent67eda0f65557d253094329c74b30d11c32d77550 (diff)
downloadnss-hg-3d77547100b65036e847925ea82fba1f4b16eb20.tar.gz
Bug 1479787 - build mozpkix as part of NSS, r=mt,keeler
Differential Revision: https://phabricator.services.mozilla.com/D2719 Differential Revision: https://phabricator.services.mozilla.com/D2720 Differential Revision: https://phabricator.services.mozilla.com/D2861
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/help.txt b/help.txt
index b4ffc0382..1458c96db 100644
--- a/help.txt
+++ b/help.txt
@@ -3,7 +3,7 @@ Usage: build.sh [-hcv] [-cc] [-j <n>] [--nspr] [--gyp|-g] [--opt|-o] [-m32]
[--asan] [--ubsan] [--msan] [--sancov[=edge|bb|func|...]]
[--disable-tests] [--fuzz[=tls|oss]] [--system-sqlite]
[--no-zdefs] [--with-nspr] [--system-nspr] [--enable-libpkix]
- [--enable-fips]
+ [--enable-fips] [--mozpkix-only]
This script builds NSS with gyp and ninja.
@@ -48,3 +48,5 @@ NSS build tool options:
might not work on all systems.
--enable-libpkix make libpkix part of the build.
--enable-fips don't disable FIPS checks.
+ --mozpkix-only build only static mozpkix and mozpkix-test libraries.
+ Note that support for this build option is limited.