mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-20 10:28:24 +00:00
Test
This commit is contained in:
1
.github/workflows/src/windows_mozconfig
vendored
1
.github/workflows/src/windows_mozconfig
vendored
@@ -28,6 +28,5 @@ export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64"
|
||||
|
||||
ac_add_options --disable-maintenance-service
|
||||
ac_add_options --disable-bits-download
|
||||
ac_add_options --disable-gecko-profiler
|
||||
|
||||
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE
|
||||
@@ -20,8 +20,10 @@ if ! test "$ZEN_CROSS_COMPILING"; then
|
||||
fi
|
||||
|
||||
if test "$ZEN_RELEASE"; then
|
||||
export MOZ_PGO=1
|
||||
ac_add_options MOZ_PGO=1
|
||||
if ! test "$ZEN_CROSS_COMPILING"; then
|
||||
export MOZ_PGO=1
|
||||
ac_add_options MOZ_PGO=1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Disable telemetry and tracking
|
||||
|
||||
Reference in New Issue
Block a user