mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
13 lines
288 B
Text
13 lines
288 B
Text
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/build/unix/mozconfig.linux"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
|
|
ac_add_options --enable-artifact-builds
|
|
ac_add_options --enable-artifact-build-symbols
|
|
unset CC
|
|
unset CXX
|
|
|
|
ac_add_options --enable-debug
|
|
|