Skip to content

Commit

Permalink
msvc: Disable stripping
Browse files Browse the repository at this point in the history
MSVC-built binaries should not be stripped.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
  • Loading branch information
dwbuiten committed Sep 15, 2012
1 parent 49f3b33 commit 31fbdec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,7 @@ probe_cc(){
if [ $pfx = hostcc ]; then
append _cflags -Dsnprintf=_snprintf
fi
disable stripping
fi

eval ${pfx}_type=\$_type
Expand Down

0 comments on commit 31fbdec

Please sign in to comment.