Commit 17b7f99d authored by Matthew Oliver's avatar Matthew Oliver Committed by Michael Niedermayer

configure: disable strip when using icl.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bab11fe7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment