Browse Source

configure: disable strip when using icl.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Matthew Oliver Michael Niedermayer 11 years ago
parent
commit
17b7f99d81
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure 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)


Loading…
Cancel
Save