mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 13:28:39 +09:00
13 lines
423 B
Text
13 lines
423 B
Text
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
|
|
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/build/win64/mozconfig.vs-latest"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
|
|
ac_add_options --enable-artifact-builds
|
|
ac_add_options --enable-artifact-build-symbols
|
|
|
|
ac_add_options --enable-debug
|