1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 21:49:58 +02:00

Remove Profile Guided Optimization from Linux mozconfig

This commit is contained in:
mr. M 2024-12-22 12:24:22 +01:00
parent fce8d134a3
commit dd87882e0f
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -28,10 +28,6 @@ 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
export CFLAGS="$CFLAGS -O3"
export CPPFLAGS="$CPPFLAGS -O3"
export CXXFLAGS="$CXXFLAGS -O3"