From d9c7fc366647954f3b554b6e0b8ee5cd7fc09ff3 Mon Sep 17 00:00:00 2001
From: Matthew Oliver <protogonoi@gmail.com>
Date: Fri, 21 Nov 2014 05:55:48 +1100
Subject: [PATCH] configure: disable strip when using icl.

---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index c329057..c013c50 100755
--- a/configure
+++ b/configure
@@ -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)
-- 
1.9.4.msysgit.1

