mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
12 lines
289 B
Text
12 lines
289 B
Text
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/build/unix/mozconfig.linux32"
|
|
. "$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
|