disable some extra stuff in mozconfig
This commit is contained in:
parent
c36d0f808c
commit
dfdb3eb4ee
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ clean :
|
||||||
rm -rf work
|
rm -rf work
|
||||||
rm -f librewolf-$(shell cat version).*.en-US.win64* md5sums.txt upload.txt
|
rm -f librewolf-$(shell cat version).*.en-US.win64* md5sums.txt upload.txt
|
||||||
|
|
||||||
veryclean :
|
veryclean : clean
|
||||||
rm -rf librewolf-$(shell cat version)
|
rm -rf librewolf-$(shell cat version)
|
||||||
rm -f source_release librewolf-$(shell cat version)-*.source.tar.gz
|
rm -f source_release librewolf-$(shell cat version)-*.source.tar.gz
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,6 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0
|
||||||
# - no need to specify wasi sdk folder
|
# - no need to specify wasi sdk folder
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ac_add_options --disable-installer
|
||||||
|
ac_add_options --disable-updater
|
||||||
|
ac_add_options --disable-maintenance-service
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue