We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84068fb commit 7c0154aCopy full SHA for 7c0154a
projects/nss/build.sh
@@ -15,6 +15,9 @@
15
#
16
################################################################################
17
18
+export CFLAGS="${CFLAGS} -Wno-error=unknown-warning-option -Wno-error=character-conversion"
19
+export CXXFLAGS="${CXXFLAGS} -Wno-error=unknown-warning-option -Wno-error=character-conversion"
20
+
21
sed -i 's/--disable-tests//g' automation/ossfuzz/build.sh
22
23
if [[ -n ${CAPTURE_REPLAY_SCRIPT-} ]]; then
0 commit comments