Skip to content

Instantly share code, notes, and snippets.

@Sakura286
Created July 4, 2025 08:24
Show Gist options
  • Select an option

  • Save Sakura286/b460d9821c74de04e4eff1dd592e08f8 to your computer and use it in GitHub Desktop.

Select an option

Save Sakura286/b460d9821c74de04e4eff1dd592e08f8 to your computer and use it in GitHub Desktop.
ac_add_options --enable-release
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
ac_add_options --with-google-location-service-api-keyfile=@TOPSRCDIR@/debian/google.key
ac_add_options --with-google-safebrowsing-api-keyfile=@TOPSRCDIR@/debian/google.key
ac_add_options --with-mozilla-api-keyfile=@TOPSRCDIR@/debian/mls.key
ac_add_options --with-system-zlib
ac_add_options --disable-strip
ac_add_options --disable-install-strip
ac_add_options --enable-system-ffi
ac_add_options --with-system-libevent
ac_add_options --disable-updater
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload
ac_add_options --enable-alsa
# https://github.com/sunhaiyong1978/Yongbao/blob/main/loongarch64/scripts/step/desktop-app/firefox
ac_add_options --enable-linker=lld
ac_add_options --target=riscv64-linux-gnu
ac_add_options --enable-application=browser
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-sysroot=/workspace/sysroot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment