mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +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))
|
ifeq ($(host),$(build))
|
||||||
# Native build, use NSS' build script.
|
# Native build, use NSS' build script.
|
||||||
cd $(NSS_VERSION)/nss
|
cd $(NSS_VERSION)/nss
|
||||||
./build.sh -o -v --disable-tests --static --python=python3
|
./build.sh -o --disable-tests --static --python=python3
|
||||||
else
|
else
|
||||||
# We are cross compiling.
|
# We are cross compiling.
|
||||||
# Cross compiling NSS is not supported by its build script and is poorly
|
# Cross compiling NSS is not supported by its build script and is poorly
|
||||||
|
Reference in New Issue
Block a user