summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/linux64/opt-static-analysis-clang
blob: 936cc46f7880825ecfff25bf7644c54dbc161ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_PACKAGE_TESTS=0
MOZ_AUTOMATION_L10N_CHECK=0

. "$topsrcdir/build/mozconfig.common"

ac_add_options --enable-dmd

# Use Clang as specified in manifest
CC="$topsrcdir/clang/bin/clang"
CXX="$topsrcdir/clang/bin/clang++"

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

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

export PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig:/usr/share/pkgconfig
. $topsrcdir/build/unix/mozconfig.gtk

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