You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: disable strip when using icl.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
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)
|
||||||
|
Reference in New Issue
Block a user