From 31fbdecce8ecb5dbdc8de65553c4405b0827cc97 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Sat, 15 Sep 2012 16:04:41 -0400 Subject: [PATCH] msvc: Disable stripping MSVC-built binaries should not be stripped. Signed-off-by: Derek Buitenhuis --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index e768dc8040..4ecb116b47 100755 --- a/configure +++ b/configure @@ -2606,6 +2606,7 @@ probe_cc(){ if [ $pfx = hostcc ]; then append _cflags -Dsnprintf=_snprintf fi + disable stripping fi eval ${pfx}_type=\$_type