. $topsrcdir/browser/config/mozconfig ac_add_options --enable-application=browser ac_add_options --prefix=/usr ac_add_options --enable-linker=gold ac_add_options --enable-hardening ac_add_options --enable-optimize ac_add_options --enable-rust-simd export CC=clang export CXX=clang++ export AR=llvm-ar export NM=llvm-nm export RANLIB=llvm-ranlib #Uncomment the line below if a userChrome.css is conflicting with Nightly styling. #ac_add_options --enable-official-branding ac_add_options --enable-update-channel=release ac_add_options --with-distribution-id=org.archlinux #export MOZILLA_OFFICIAL=1 export MOZ_APP_REMOTINGNAME=$pkgname export MOZ_TELEMETRY_REPORTING=0 export MOZ_ADDON_SIGNING=0 export MOZ_REQUIRE_SIGNING=0 # System libraries ac_add_options --with-system-nspr ac_add_options --with-system-nss # Features ac_add_options --enable-alsa ac_add_options --enable-jack ac_add_options --enable-startup-notification ac_add_options --enable-crashreporter ac_add_options --disable-gconf ac_add_options --disable-updater STRIP_FLAGS="--strip-debug" # vim:set ft=sh: