configure: disable strip when using icl.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bab11fe7bf
commit
17b7f99d81
1
configure
vendored
1
configure
vendored
@ -3470,6 +3470,7 @@ probe_cc(){
|
|||||||
if [ $pfx = hostcc ]; then
|
if [ $pfx = hostcc ]; then
|
||||||
append _cflags -Dsnprintf=_snprintf
|
append _cflags -Dsnprintf=_snprintf
|
||||||
fi
|
fi
|
||||||
|
disable stripping
|
||||||
elif $_cc 2>&1 | grep -q Microsoft; then
|
elif $_cc 2>&1 | grep -q Microsoft; then
|
||||||
_type=msvc
|
_type=msvc
|
||||||
_ident=$($cc 2>&1 | head -n1)
|
_ident=$($cc 2>&1 | head -n1)
|
||||||
|
Loading…
Reference in New Issue
Block a user