Fixed fullscreen videos having a top-bar on certain layouts (closes https://github.com/zen-browser/desktop/issues/3269)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user