Fixed fullscreen videos having a top-bar on certain layouts (closes https://github.com/zen-browser/desktop/issues/3269)

This commit is contained in:
mr. M
2024-12-22 10:39:28 +01:00
parent a5830ca15b
commit c5ff01d528
3 changed files with 11 additions and 7 deletions

View File

@@ -33,6 +33,10 @@ elif test "$SURFER_COMPAT" = "aarch64"; then
ac_add_options --enable-optimize="-O3"
# Enable Profile Guided Optimization
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
if ! test "$ZEN_DISABLE_LTO"; then
export MOZ_LTO=cross,thin
ac_add_options --enable-lto=cross,thin