Skip to content

Commit

Permalink
disable PGO for cross builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jul 2, 2023
1 parent ea69a0b commit 69211a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mozconfig-win-cross
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ ac_add_options RUSTC_OPT_LEVEL="3"
# Enable PGO/LTO
export MOZ_LTO=1
ac_add_options MOZ_LTO=1
export MOZ_PGO=1
ac_add_options MOZ_PGO=1
# export MOZ_PGO=1
# ac_add_options MOZ_PGO=1

## Compiler, Linker, and Rust flags
export CFLAGS="-mavx -maes /O2 /clang:-O3 /arch:AVX"
Expand Down

0 comments on commit 69211a3

Please sign in to comment.