Cannot disable junk in librewolf build
Succeeded in building waterfox, but don't like it. Am currently trying to build librewolf, but it seems the settings
mk_add_options MOZ_CRASHREPORTER=0
mk_add_options MOZ_DATA_REPORTING=0
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
mk_add_options MOZ_TELEMETRY_REPORTING=0
mk_add_options MOZ_NORMANDY=0
mk_add_options MOZ_PULSEAUDIO=0
mk_add_options MOZ_DEBUG=0
aren't respected, they are all set to 1 in the build (and presumably they are set to 1 in waterfox, but I forgot to check). Also I want to build it w/o pulseaudio, but libpulse is required during build. What's wrong? I also tried setting the options to an empty string, which also didn't work.