diff --git a/mozilla/tools/tinderbox-configs/firefox/macosx/mozconfig b/mozilla/tools/tinderbox-configs/firefox/macosx/mozconfig index ab26515cf5b..11ad02cef5d 100644 --- a/mozilla/tools/tinderbox-configs/firefox/macosx/mozconfig +++ b/mozilla/tools/tinderbox-configs/firefox/macosx/mozconfig @@ -4,8 +4,8 @@ # # symbols for breakpad, stabs+ to not get DWARF -export CFLAGS="-g -gfull" -export CXXFLAGS="-g -gfull" +export CFLAGS="-gstabs+ -gfull -save-temps" +export CXXFLAGS="-gstabs+ -gfull -save-temps" . $topsrcdir/build/macosx/universal/mozconfig diff --git a/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl b/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl index 80a09f4e294..1b6b2d9e05b 100644 --- a/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl @@ -200,7 +200,7 @@ $ReleaseBuild = 1; $shiptalkback = 0; $ReleaseToLatest = 1; # Push the release to latest-? $ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-? -$build_hour = "4"; +$build_hour = "3"; $package_creation_path = "/browser/installer"; # needs setting for mac + talkback: $mac_bundle_path = "/browser/app"; $mac_bundle_path = "/browser/app"; @@ -233,7 +233,7 @@ $update_filehost = "ftp.mozilla.org"; $update_ver_file = 'browser/config/version.txt'; $update_pushinfo = 0; $crashreporter_buildsymbols = 1; -$crashreporter_pushsymbols = 0; +$crashreporter_pushsymbols = 1; # CONFIG: $ENV{'SYMBOL_SERVER_HOST'} = '%symbolServer%'; $ENV{SYMBOL_SERVER_HOST} = 'stage.mozilla.org'; # CONFIG: $ENV{'SYMBOL_SERVER_USER'} = '%symbolServerUser%';