mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 05:02:04 -08:00
main..gh-actions: - CI/CD: Fix release permissions - Fix macos packaging on debian - CI/CD: Remove unwanted tools - CI/CD: Attempt to fix OOM killing GH runner during LTO - CI/CD: Fix glibc errors - CI/CD: Downgrade to ubuntu-20.04 - CI/CD: Use target os matrix & fix release - CI/CD: Remove Windows (temporarily) - CI/CD: Move to AdityaGarg8/remove-unwanted-software@v4.1 - CI/CD: Limit CPU as well - CI/CD: Create cgroup with 80% mem limit - CI/CD: Revert "Remove .mozbuild caching" - CI/CD: Expand root & swap build space - CI/CD: Remove .mozbuild caching - CI/CD: Check disk space after checkout - CI/CD: Use easimon/maximize-build-space - CI/CD: Add workflow dispatch trigger - CI/CD: Experimental fix for clang, add swap space - CI/CD: Save .mozbuid cache after Build
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
ac_add_options --enable-application=browser
|
|
|
|
ac_add_options --allow-addon-sideload
|
|
ac_add_options --disable-crashreporter
|
|
ac_add_options --disable-backgroundtasks
|
|
ac_add_options --disable-debug
|
|
ac_add_options --disable-default-browser-agent
|
|
ac_add_options --disable-tests
|
|
ac_add_options --disable-updater
|
|
# ac_add_options --enable-hardening
|
|
# ac_add_options --enable-jxl
|
|
# ac_add_options --enable-optimize
|
|
ac_add_options --enable-release
|
|
# ac_add_options --enable-rust-simd
|
|
|
|
ac_add_options --disable-system-policies
|
|
# ac_add_options --disable-accessibility
|
|
# ac_add_options --disable-webspeech
|
|
|
|
ac_add_options --with-app-name=camoufox
|
|
ac_add_options --with-branding=browser/branding/camoufox
|
|
|
|
ac_add_options --with-unsigned-addon-scopes=app,system
|
|
|
|
ac_add_options --with-l10n-base=$PWD/browser/locales/l10n
|
|
|
|
ac_add_options --enable-bootstrap
|
|
|
|
export MOZ_REQUIRE_SIGNING=
|
|
|
|
mk_add_options MOZ_CRASHREPORTER=0
|
|
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_INSTALLER=0
|
|
mk_add_options MOZ_AUTOMATION_INSTALLER=0
|
|
|
|
ac_add_options --enable-lto=cross
|