summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-15 16:04:41 -0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-15 19:44:54 -0400
commit31fbdecce8ecb5dbdc8de65553c4405b0827cc97 (patch)
tree2897d6efe4436189aa2011604fd8eb348d4943ad /configure
parent49f3b331c78b6bf70bb880754d214893f265eda9 (diff)
msvc: Disable stripping
MSVC-built binaries should not be stripped. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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