mozconfig-linux-arm (720B)
1 . $topsrcdir/browser/config/mozconfigs/tor-browser 2 3 ac_add_options --target=arm-linux-gnueabihf 4 5 ac_add_options --enable-default-toolkit=cairo-gtk3 6 7 # Bug 31448: ld.gold fails if we don't disable debug-symbols. 8 # Also, we keep strip enabled. 9 ac_add_options --disable-debug-symbols 10 11 # From Arch Linux ARM for Firefox 102.0.1 12 # https://github.com/archlinuxarm/PKGBUILDs/blob/6da804f4020487c112f59ea067e6644a309c4338/extra/firefox/PKGBUILD 13 ac_add_options --disable-elf-hack 14 ac_add_options --disable-av1 15 ac_add_options --enable-optimize="-g0 -O2" 16 # One of the following two lines (not sure which) prevents "read-only segment has dynamic relocations" linker error. 17 export MOZ_DEBUG_FLAGS=" " 18 export RUSTFLAGS="-Cdebuginfo=0"