mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 04:42:26 +00:00
Remove nss verbose build flag
Remove the verbose build flag that was previously added for debugging.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user