diff --git a/configs/windows/mozconfig b/configs/windows/mozconfig index 055b13f4..a96212b3 100644 --- a/configs/windows/mozconfig +++ b/configs/windows/mozconfig @@ -53,17 +53,17 @@ fi export POLLY="-mllvm -polly -mllvm -polly-2nd-level-tiling -mllvm -polly-loopfusion-greedy -mllvm -polly-pattern-matching-based-opts -mllvm -polly-position=before-vectorizer -mllvm -polly-vectorizer=stripmine" export VERBOSE=1 -if test "$ZEN_GA_GENERATE_PROFILE"; then - mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0" - ac_add_options --enable-profile-generate=cross -else - ac_add_options --enable-profile-use=cross - if test "$SURFER_COMPAT" = "true"; then - ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged-generic.profdata - ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US-generic.log - else - ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged-specific.profdata - ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US-specific.log - fi -fi +#if test "$ZEN_GA_GENERATE_PROFILE"; then +# mk_add_options "export MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0" +# ac_add_options --enable-profile-generate=cross +#else +# ac_add_options --enable-profile-use=cross +# if test "$SURFER_COMPAT" = "true"; then +# ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged-generic.profdata +# ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US-generic.log +# else +# ac_add_options --with-pgo-profile-path=$(echo ~)/artifact/merged-specific.profdata +# ac_add_options --with-pgo-jarlog=$(echo ~)/artifact/en-US-specific.log +# fi +#fi diff --git a/src/browser/base/content/zen-components b/src/browser/base/content/zen-components index 6ef29801..272f8be2 160000 --- a/src/browser/base/content/zen-components +++ b/src/browser/base/content/zen-components @@ -1 +1 @@ -Subproject commit 6ef29801ee74015a6dc28b5d35a72a49cbba03c9 +Subproject commit 272f8be26dd4ee52edd4555b4f499fdf772ce483