зеркало из https://github.com/mozilla/pjs.git
back out PGO for linux
This commit is contained in:
Родитель
510cc95bcd
Коммит
9fffb187e9
|
@ -1 +1 @@
|
|||
clobbering to try and get PGO right
|
||||
clobbering to back out PGO
|
|
@ -7,7 +7,7 @@ export CFLAGS="-gstabs+"
|
|||
export CXXFLAGS="-gstabs+"
|
||||
|
||||
mk_add_options MOZ_CO_PROJECT=browser
|
||||
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
|
||||
mk_add_options PROFILE_GEN_SCRIPT=@TOPSRCDIR@/build/profile_pageloader.pl
|
||||
mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging mozilla/tools/codesighs"
|
||||
ac_add_options --enable-application=browser
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ $DisplayServer = ':0.0';
|
|||
|
||||
#- Default values of command-line opts
|
||||
#-
|
||||
$BuildDepend = 0; # Depend or Clobber
|
||||
#$BuildDepend = 1; # Depend or Clobber
|
||||
#$BuildDebug = 0; # Debug or Opt (Darwin)
|
||||
#$ReportStatus = 1; # Send results to server, or not
|
||||
#$ReportFinalStatus = 1; # Finer control over $ReportStatus.
|
||||
|
@ -196,7 +196,6 @@ $BinaryName = 'firefox-bin';
|
|||
#$NSPRArgs = '';
|
||||
#$ShellOverride = '';
|
||||
|
||||
$ProfiledBuild = 1;
|
||||
# Release build options
|
||||
$ReleaseBuild = 1;
|
||||
$shiptalkback = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче