16 lines
450 B
Text
16 lines
450 B
Text
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
|
|
|
|
ac_add_options --disable-debug
|
|
ac_add_options --enable-optimize="-O2 -gline-tables-only"
|
|
|
|
. "$topsrcdir/build/win64/mozconfig.asan"
|
|
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
export MOZ_PKG_SPECIAL=asan
|
|
|
|
# Disable telemetry
|
|
ac_add_options MOZ_TELEMETRY_REPORTING=
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|