summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/mozconfig_LANG
blob: f10957ed399ced0245680cba9c11bdb2f008d2df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ac_add_options --enable-linker=lld

ac_add_options --with-app-name=waterfox-g
ac_add_options --with-app-basename=Waterfox
ac_add_options --with-branding=waterfox/browser/branding
mk_add_options MOZ_OBJDIR=$topsrcdir/../obj_LANG
ac_add_options --prefix=/usr
ac_add_options --with-l10n-base=$topsrcdir/waterfox/browser/locales
ac_add_options --disable-updater
ac_add_options --disable-bootstrap
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-version-file-path=$topsrcdir/debian/app_version
bgstack15