Remove nss verbose build flag

Remove the verbose build flag that was previously added for debugging.
This commit is contained in:
lwthiker
2022-11-14 13:49:11 +02:00
parent 50b13b1db5
commit ba6f29dfc6

View File

@@ -213,7 +213,7 @@ $(nss_static_libs): $(NSS_VERSION).tar.gz
ifeq ($(host),$(build))
# Native build, use NSS' build script.
cd $(NSS_VERSION)/nss
./build.sh -o -v --disable-tests --static --python=python3
./build.sh -o --disable-tests --static --python=python3
else
# We are cross compiling.
# Cross compiling NSS is not supported by its build script and is poorly