summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/linux64/debug-static-analysis-clang
blob: 02cb8d87b0e01bfaacb2fb6f057455259abc62dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MOZ_AUTOMATION_BUILD_SYMBOLS=0

. "$topsrcdir/build/mozconfig.common"

ac_add_options --enable-debug

. $topsrcdir/build/mozconfig.wasm-sandboxing

# Add the static checker
ac_add_options --enable-clang-plugin

. "$topsrcdir/build/unix/mozconfig.stdcxx"

. "$topsrcdir/build/mozconfig.common.override"