michael@0: # This file is sourced by the nightly, beta, and release mozconfigs. michael@0: michael@0: . $topsrcdir/build/macosx/universal/mozconfig michael@0: michael@0: # Universal builds override the default of browser (bug 575283 comment 29) michael@0: ac_add_options --enable-application=browser 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: # 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