зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1201938 - Treat warnings as errors in Linux static analysis builds; r=mystor
This commit is contained in:
Родитель
126e98eb6f
Коммит
18b3cb6c52
|
@ -14,6 +14,9 @@ export CXX="$topsrcdir/clang/bin/clang++"
|
||||||
# Add the static checker
|
# Add the static checker
|
||||||
ac_add_options --enable-clang-plugin
|
ac_add_options --enable-clang-plugin
|
||||||
|
|
||||||
|
# Treat warnings as errors (modulo ALLOW_COMPILER_WARNINGS).
|
||||||
|
ac_add_options --enable-warnings-as-errors
|
||||||
|
|
||||||
# Avoid dependency on libstdc++ 4.7
|
# Avoid dependency on libstdc++ 4.7
|
||||||
ac_add_options --enable-stdcxx-compat
|
ac_add_options --enable-stdcxx-compat
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче