Commit 31fbdecc authored by Derek Buitenhuis's avatar Derek Buitenhuis

msvc: Disable stripping

MSVC-built binaries should not be stripped.
Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 49f3b331
......@@ -2606,6 +2606,7 @@ probe_cc(){
if [ $pfx = hostcc ]; then
append _cflags -Dsnprintf=_snprintf
fi
disable stripping
fi
eval ${pfx}_type=\$_type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment