summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-25 22:35:21 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-25 22:35:21 +0200
commit8d0ccd4994c1f662eae1fcd256f14fb38554dbeb (patch)
treeaa807dacde4049f6e4e37526b70a091ebe283014 /build.sh
parent61a29744ff39904224ae86980c0005e0fe52af29 (diff)
downloadnss-hg-8d0ccd4994c1f662eae1fcd256f14fb38554dbeb.tar.gz
Bug 1310944 - Implement deterministic PRNG for fuzzing mode r=franziskus
Differential Revision: https://nss-dev.phacility.com/D98
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index a8c1c65c9..9ef54a09a 100755
--- a/build.sh
+++ b/build.sh
@@ -25,6 +25,7 @@ while [ $# -gt 0 ]; do
-g) REBUILD_GYP=1 ;;
-v) VERBOSE=1 ;;
--test) GYP_PARAMS="$GYP_PARAMS -Dtest_build=1" ;;
+ --fuzz) GYP_PARAMS="$GYP_PARAMS -Dtest_build=1 -Dfuzz=1" ;;
esac
shift
done