configure: disable strip when using icl.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/93/merge
Matthew Oliver 10 years ago committed by Michael Niedermayer
parent bab11fe7bf
commit 17b7f99d81
  1. 1
      configure

1
configure vendored

@ -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)

Loading…
Cancel
Save