Created
July 4, 2025 08:24
-
-
Save Sakura286/b460d9821c74de04e4eff1dd592e08f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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