Skip to content

Commit

Permalink
Remove Profile Guided Optimization from Linux mozconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cheff committed Dec 22, 2024
1 parent fce8d13 commit dd87882
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configs/linux/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dd87882

Please sign in to comment.