msvc: Disable stripping

MSVC-built binaries should not be stripped.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
pull/28/head
Derek Buitenhuis 12 years ago
parent 49f3b331c7
commit 31fbdecce8
  1. 1
      configure

1
configure vendored

@ -2606,6 +2606,7 @@ probe_cc(){
if [ $pfx = hostcc ]; then
append _cflags -Dsnprintf=_snprintf
fi
disable stripping
fi
eval ${pfx}_type=\$_type

Loading…
Cancel
Save