configure: disable strip when using icl.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Matthew Oliver 2014-11-21 05:55:48 +11:00 committed by Michael Niedermayer
parent bab11fe7bf
commit 17b7f99d81

1
configure vendored
View File

@ -3470,6 +3470,7 @@ probe_cc(){
if [ $pfx = hostcc ]; then
append _cflags -Dsnprintf=_snprintf
fi
disable stripping
elif $_cc 2>&1 | grep -q Microsoft; then
_type=msvc
_ident=$($cc 2>&1 | head -n1)