feat: Correctly initialize new restored windows, p=#11821

* feat: Correctly initialize new restored windows, b=no-bug, c=no-component

* chore: Experiment with different build flags for optimization and build time, b=no-bug, c=common, configs

* chore: Format, b=no-bug, c=no-component
This commit is contained in:
mr. m
2026-01-06 12:38:22 +01:00
committed by GitHub
parent 281ec6693d
commit 481163a756
3 changed files with 3 additions and 13 deletions

View File

@@ -79,12 +79,6 @@ if test "$ZEN_RELEASE"; then
MOZILLA_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export OPT_LEVEL="3"
ac_add_options OPT_LEVEL="3"
export RUSTC_OPT_LEVEL="3"
ac_add_options RUSTC_OPT_LEVEL="3"
mk_add_options AUTOCLOBBER=1
export AUTOCLOBBER=1