Skip to content

Commit

Permalink
Update v132.0a1
Browse files Browse the repository at this point in the history
Update v132.0a1
  • Loading branch information
CYFARE committed Sep 7, 2024
1 parent 1c28899 commit d49e26f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 116 deletions.
6 changes: 5 additions & 1 deletion MozConfigs/Linux64/Lazer
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ mk_add_options MOZ_DATA_REPORTING=0
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
mk_add_options MOZ_TELEMETRY_REPORTING=0
mk_add_options MOZ_OPTIMIZE=1
export RUSTFLAGS="-C opt-level=3"

# Other Settings :: Security
ac_add_options --enable-hardening
Expand All @@ -41,6 +40,11 @@ ac_add_options --enable-jxl
ac_add_options --enable-av1
ac_add_options --enable-eme=widevine

# Other Settings :: Exports
export RUSTFLAGS="-C opt-level=3"
export CFLAGS="-mavx -msse3 $CFLAGS"
export CXXFLAGS="-mavx -msse3 $CXXFLAGS"

# Compile Configs
mk_add_options AUTOCLOBBER=1
mk_add_options MOZ_MAKE_FLAGS="-j20"
Expand Down
48 changes: 0 additions & 48 deletions MozConfigs/Linux64/Missile

This file was deleted.

2 changes: 0 additions & 2 deletions MozConfigs/Win64/Lazer
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ ac_add_options --disable-tests
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --enable-clang-plugin
ac_add_options --enable-lto
ac_add_options --linker=lld
ac_add_options --enable-wasm-avx
ac_add_options --enable-rust-simd
ac_add_options --disable-parental-controls
Expand Down
63 changes: 0 additions & 63 deletions MozConfigs/Win64/Missile

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h2 align="center">
<img src="https://img.shields.io/badge/-HellFire-61DAFB?logo=firefox&logoColor=white&style=for-the-badge" alt="Product: HellFire">&nbsp;
<img src="https://img.shields.io/badge/-MPLv2.0-61DAFB?style=for-the-badge" alt="License: MPLv2.0">&nbsp;
<img src="https://img.shields.io/badge/-131.0a1-61DAFB?style=for-the-badge" alt="Version: 131.0a1">
<img src="https://img.shields.io/badge/-132.0a1-61DAFB?style=for-the-badge" alt="Version: 132.0a1">
</h2>

**HellFire**, named after the [HellFire Air-To-Surface missile](https://en.wikipedia.org/wiki/AGM-114_Hellfire), is a Firefox build optimized for absolute performance. It's a direct compilation of Firefox, emphasizing maximum performance without any source, configuration, or visual modifications.
Expand Down Expand Up @@ -44,6 +44,7 @@ HellFire offers a variety of optimized builds, each tailored for different level
| Configuration | Optimization and Security Settings | Description |
|------------------------|--------------------------------------------------------|--------------------------------------------------------|
| HellFire Lazer | `-O3` Optimized with Hardened Security | Fast and Hardened |
| HellFire Lazer AVX+SSE3 | `-O3` Optimized with Hardened Security + Modern CPU | Fastest and Hardened (requires modern CPU)|

For more details, explore our Mozconfigs:

Expand All @@ -62,7 +63,7 @@ Windows installer exe will automatically upgrade/update the existing install wit

For GNU/Linux, check the following:

1) Download preferred 7z package of HellFire from releases (7z packages are offered starting from v127.0a1).
1) Download preferred 7z package of HellFire from releases (7z packages are offered starting from v127.0a1).
2) Download hellfire_installer.sh script from releases.
3) `cd ~/ && Downloads && sudo chmod +x hellfire_installer.sh && ./hellfire_installer.sh`

Expand Down

0 comments on commit d49e26f

Please sign in to comment.