mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
disable artifact builds
This commit is contained in:
parent
3f822176dd
commit
55d2268150
2 changed files with 5 additions and 1 deletions
|
|
@ -75,3 +75,5 @@ $ python3 multibuild.py --target linux --arch x86_64 arm64
|
||||||
|
|
||||||
- [Camoufox](https://github.com/daijro/camoufox) - For inspiring this project
|
- [Camoufox](https://github.com/daijro/camoufox) - For inspiring this project
|
||||||
- [GrapheneOS](https://github.com/GrapheneOS) - Hardened memory allocator
|
- [GrapheneOS](https://github.com/GrapheneOS) - Hardened memory allocator
|
||||||
|
- [Mullvad](https://mullvad.net/) - Adblock DNS-over-HTTPS
|
||||||
|
- [Firefox-hardened](https://github.com/boredsquirrel/Firefox-hardened) - Mozconfig options
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,6 @@ ac_add_options --enable-lto
|
||||||
ac_add_options --disable-jemalloc
|
ac_add_options --disable-jemalloc
|
||||||
ac_add_options --enable-cfi
|
ac_add_options --enable-cfi
|
||||||
ac_add_options --enable-safestack
|
ac_add_options --enable-safestack
|
||||||
ac_add_options --enable-pie
|
ac_add_options --enable-pie
|
||||||
|
|
||||||
|
ac_add_options --disable-artifact-builds
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue