Browse code

configure: disable strip when using icl.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Matthew Oliver authored on 2014/11/21 03:55:48
Showing 1 changed files
... ...
@@ -3470,6 +3470,7 @@ probe_cc(){
3470 3470
         if [ $pfx = hostcc ]; then
3471 3471
             append _cflags -Dsnprintf=_snprintf
3472 3472
         fi
3473
+        disable stripping
3473 3474
     elif $_cc 2>&1 | grep -q Microsoft; then
3474 3475
         _type=msvc
3475 3476
         _ident=$($cc 2>&1 | head -n1)