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
This commit is contained in:
nrthomas%gmail.com
2008-03-16 09:58:57 +00:00
parent fa942d14a4
commit 09c52775a9
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -200,7 +200,7 @@ $ReleaseBuild = 1;
$shiptalkback = 0;
$ReleaseToLatest = 1; # Push the release to latest-<milestone>?
$ReleaseToDated = 1; # Push the release to YYYY-MM-DD-HH-<milestone>?
$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%';