blob: 7c13faad7b24b2e0d560d39f059e8fbdf819b4d6 (
plain)
1
2
3
4
5
6
7
|
# 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
|