mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
12 lines
290 B
Text
12 lines
290 B
Text
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/build/macosx/mozconfig.common"
|
|
. "$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
|