From 09c52775a92678f68ebecd1fb73ffafd36b4487b Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Sun, 16 Mar 2008 09:58:57 +0000 Subject: [PATCH] Test gstabs+ with -save-temps, and send symbols to breakpad git-svn-id: svn://10.0.0.236/branches/test_pgo@247934 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox-configs/firefox/macosx/mozconfig | 4 ++-- .../tools/tinderbox-configs/firefox/macosx/tinder-config.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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%';