mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_PACKAGE_TESTS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. $topsrcdir/build/macosx/mozconfig.common
|
|
|
|
ac_add_options --enable-debug
|
|
ac_add_options --enable-dmd
|
|
|
|
# Treat warnings as errors (modulo ALLOW_COMPILER_WARNINGS).
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
ac_add_options --enable-clang-plugin
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
. "$topsrcdir/build/mozconfig.cache"
|