summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/linux64/debug-static-analysis-clang
diff options
context:
space:
mode:
Diffstat (limited to 'browser/config/mozconfigs/linux64/debug-static-analysis-clang')
-rw-r--r--browser/config/mozconfigs/linux64/debug-static-analysis-clang23
1 files changed, 0 insertions, 23 deletions
diff --git a/browser/config/mozconfigs/linux64/debug-static-analysis-clang b/browser/config/mozconfigs/linux64/debug-static-analysis-clang
deleted file mode 100644
index ff41e13f9..000000000
--- a/browser/config/mozconfigs/linux64/debug-static-analysis-clang
+++ /dev/null
@@ -1,23 +0,0 @@
-MOZ_AUTOMATION_BUILD_SYMBOLS=0
-MOZ_AUTOMATION_PACKAGE_TESTS=0
-MOZ_AUTOMATION_L10N_CHECK=0
-
-. "$topsrcdir/build/mozconfig.common"
-
-ac_add_options --enable-debug
-ac_add_options --enable-dmd
-
-# Use Clang as specified in manifest
-export CC="$topsrcdir/clang/bin/clang"
-export 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"