зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
362 B
Plaintext
10 строки
362 B
Plaintext
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
|
|
# Developers often build with these options for a better debugging experience.
|
|
. "$topsrcdir/browser/config/mozconfigs/linux64/debug"
|
|
|
|
# We add this last to guard against inadvertent changes in the debug config.
|
|
# It may conflict with settings from mozconfig.override, but that seems
|
|
# unlikely.
|
|
ac_add_options --disable-optimize
|