disabled debug in build
This commit is contained in:
parent
666a06a496
commit
2adf7af6ff
1 changed files with 16 additions and 2 deletions
|
@ -1,12 +1,26 @@
|
|||
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
|
||||
+ac_add_options --enable-debug
|
||||
+ac_add_options --disable-tests
|
||||
|
||||
// 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue