michael@0: # This file is sourced by nightly, beta, and release mozconfigs. michael@0: michael@0: ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} michael@0: ac_add_options --enable-update-packaging michael@0: ac_add_options --with-google-api-keyfile=/builds/gapi.data michael@0: michael@0: . $topsrcdir/build/unix/mozconfig.linux32 michael@0: michael@0: # Needed to enable breakpad in application.ini michael@0: export MOZILLA_OFFICIAL=1 michael@0: michael@0: export MOZ_TELEMETRY_REPORTING=1 michael@0: michael@0: # Treat warnings as errors in directories with FAIL_ON_WARNINGS. michael@0: ac_add_options --enable-warnings-as-errors michael@0: michael@0: # Package js shell. michael@0: export MOZ_PACKAGE_JSSHELL=1