diff options
author | Matthew Oliver <[email protected]> | 2014-11-21 05:55:48 +1100 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2014-11-20 20:15:32 +0100 |
commit | 17b7f99d810d73f0cab2a4ebdffbf859679216f5 (patch) | |
tree | ea691b704a0f1d0bc9293f180edbb9cd91fe098d | |
parent | bab11fe7bf4ba7b7941a06ae1bdae310e56fb384 (diff) |
configure: disable strip when using icl.
Signed-off-by: Michael Niedermayer <[email protected]>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |