Release-Asserts no longer exists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113965 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2010-09-15 12:30:35 +00:00
parent 26bb406c16
commit 40989a40f0

View File

@ -307,7 +307,7 @@ if [ "$do_checkout" = "yes" ]; then
fi
(
Flavors="Debug Release Release-Asserts"
Flavors="Debug Release Release+Asserts"
if [ "$do_64bit" = "yes" ]; then
Flavors="$Flavors Release-64"
fi