blob: 91d29f1709282bbfccc87699dc8ecbb26a658fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
MOZ_AUTOMATION_BUILD_SYMBOLS=0
. "$topsrcdir/build/mozconfig.common"
ac_add_options --enable-debug
# Add the static checker
ac_add_options --enable-clang-plugin
. "$topsrcdir/build/unix/mozconfig.stdcxx"
. "$topsrcdir/build/mozconfig.common.override"
|