disable some extra stuff in mozconfig

This commit is contained in:
Bert van der Weerd 2022-01-10 13:41:34 +01:00
parent c36d0f808c
commit dfdb3eb4ee
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 4 additions and 1 deletions

View file

@ -22,7 +22,7 @@ clean :
rm -rf work
rm -f librewolf-$(shell cat version).*.en-US.win64* md5sums.txt upload.txt
veryclean :
veryclean : clean
rm -rf librewolf-$(shell cat version)
rm -f source_release librewolf-$(shell cat version)-*.source.tar.gz

View file

@ -31,3 +31,6 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0
# - no need to specify wasi sdk folder
#
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-maintenance-service