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 03ea160 commit 6646054Copy full SHA for 6646054
projects/libcacard/build.sh
@@ -21,7 +21,7 @@ mv $SRC/nss $SRC/nss-nspr/
21
mv $SRC/nspr $SRC/nss-nspr/
22
cd $SRC/nss-nspr/
23
# We do not need NSS to be built with address sanitizer
24
-CFLAGS="" CXXFLAGS="" nss/build.sh --static
+CFLAGS="" CXXFLAGS="" nss/build.sh --static --disable-tests
25
26
# Create a package config for NSS
27
cp dist/Debug/lib/pkgconfig/{nspr,nss}.pc
0 commit comments