diff --git a/configure b/configure
index c329057dd20ce48358df99ead8d8cf591f71157f..c013c508c1a642ec40c4c8149087149d16127863 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)