mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
. "$topsrcdir/browser/config/mozconfigs/win32/common-opt"
|
|
|
|
ac_add_options --enable-signmar
|
|
ac_add_options --enable-profiling
|
|
ac_add_options --enable-metro
|
|
|
|
# Nightlies only since this has a cost in performance
|
|
ac_add_options --enable-js-diagnostics
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|