Patcher/pre-compile-patches/mozconfig.patch
2025-01-28 00:54:11 +01:00

26 lines
653 B
Diff

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