]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
win32*.sh: move debug symbols to separate files 39316/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 3 Feb 2021 08:59:24 +0000 (08:59 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 5 Feb 2021 07:52:04 +0000 (07:52 +0000)
commit9d2869eda64313aa60cd900d255d07a3c2508f4e
tree84691afd9c949fe957ff6d54936d5be7cf54d0a6
parenta0b6fee5f93171956b99d09607e91bd58e23112c
win32*.sh: move debug symbols to separate files

This patch simplifies releasing Windows binaries along with debug
symbols.

By default, we're going to provide minimum debug information (-g1).
The symbols are extracted from the binaries and placed in separate
files in the ".debug" folder, which is used by gdb implicitly.

This is more convenient than having separate versions of the binaries,
with or without debug symbols.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit 1c426e96b0efb2f8198fa742c0ad0f2ddd090ad2)
README.windows.rst
mingw_conf.sh
win32_build.sh