mozconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Please don't use this mozconfig unless you are planning to build
  2. # packages for Debian or a derivative.
  3. ac_add_options --with-app-name=firefox
  4. ac_add_options --disable-release
  5. #added extra
  6. ac_add_options --enable-hardening
  7. ac_add_options --enable-rust-simd
  8. ac_add_options --enable-linker=bfd
  9. ac_add_options --disable-bootstrap
  10. # Branding
  11. ac_add_options --enable-official-branding
  12. ac_add_options --with-branding=browser/branding/official
  13. ac_add_options --enable-update-channel=release
  14. ac_add_options --with-unsigned-addon-scopes=app,system
  15. ac_add_options --allow-addon-sideload
  16. #ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
  17. ac_add_options --with-google-location-service-api-keyfile=$topsrcdir/debian/google.key
  18. ac_add_options --with-google-safebrowsing-api-keyfile=$topsrcdir/debian/google.key
  19. ac_add_options --with-mozilla-api-keyfile=$topsrcdir/debian/mls.key
  20. ac_add_options --with-system-zlib # MOZ_SYSTEM_ZLIB=1
  21. ac_add_options --disable-strip
  22. ac_add_options --disable-install-strip
  23. ac_add_options --enable-system-ffi # MOZ_SYSTEM_FFI=1
  24. ac_add_options --with-system-libevent # MOZ_SYSTEM_LIBEVENT=1
  25. ac_add_options --with-system-nspr # MOZ_SYSTEM_NSPR=1
  26. #ac_add_options --with-system-nss # MOZ_SYSTEM_NSS=1
  27. ac_add_options --disable-updater
  28. ac_add_options --disable-tests
  29. ac_add_options --with-unsigned-addon-scopes=app,system
  30. ac_add_options --allow-addon-sideload
  31. ac_add_options --enable-alsa
  32. ac_add_options --without-wasm-sandboxed-libraries