t: new o: .mozconfig // Update channel configuration +ac_add_options --enable-update-channel=release // Application name and branding +ac_add_options --with-app-name=spitfire +ac_add_options --with-app-basename=Spitfire // Automatically clean up the build directory if configuration changes +mk_add_options AUTOCLOBBER=1 // Build the browser application +ac_add_options --enable-application=browser // Optimize for release builds (disable debug and tests) +ac_add_options --disable-debug +ac_add_options --disable-updater // Disable crash reporter +ac_add_options --disable-crashreporter // Disable telemetry +ac_add_options --disable-telemetry