Bug 1243918 - Don't clobber safeseh in msvcc.sh -clang-cl; r=glandium

Currently we remove the -SAFESEH that we added in bug 1242722 by
mistake which breaks x86 builds.

Upstream patch: https://github.com/atgreen/libffi/pull/225
This commit is contained in:
Ehsan Akhgari 2016-01-28 18:02:12 -05:00
Родитель bd24af4439
Коммит 6da75d8b42
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -70,7 +70,6 @@ do
;;
-clang-cl)
cl="clang-cl"
safeseh=
shift 1
;;
-O0)