blob: a11b25d687d0cdeb2f224e2c26f051c630ca33bf (
plain)
1
2
3
4
5
6
7
8
9
|
MOZ_AUTOMATION_BUILD_SYMBOLS=0
# Developers often build with these options for a better debugging experience.
. "$topsrcdir/browser/config/mozconfigs/win64/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
|