16 lines
430 B
Text
16 lines
430 B
Text
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
|
|
|
|
ac_add_options --enable-debug
|
|
ac_add_options --enable-optimize="-O1"
|
|
|
|
. "$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"
|