Bug 1356926 - Enable stylo on static analysis builds. r=gps

This commit is contained in:
Mike Hommey 2017-08-02 19:58:59 +09:00
Родитель bfb16d4b7f
Коммит 03806583f5
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -7,9 +7,7 @@ MOZ_AUTOMATION_L10N_CHECK=0
ac_add_options --enable-debug
ac_add_options --enable-dmd
# Disable stylo until bug 1356926 is fixed and we have >= llvm39 on centos.
ac_add_options --disable-stylo
unset LLVM_CONFIG
. $topsrcdir/build/mozconfig.stylo
# Use Clang as specified in manifest
export CC="$topsrcdir/clang/bin/clang"

Просмотреть файл

@ -6,9 +6,7 @@ MOZ_AUTOMATION_L10N_CHECK=0
ac_add_options --enable-dmd
# Disable stylo until bug 1356926 is fixed and we have >= llvm39 on centos.
ac_add_options --disable-stylo
unset LLVM_CONFIG
. $topsrcdir/build/mozconfig.stylo
# Use Clang as specified in manifest
CC="$topsrcdir/clang/bin/clang"