[vlc-devel] [PATCH 4/5] configure: add an option to generate PDB files when building

Martin Storsjö martin at martin.st
Thu May 16 21:35:23 CEST 2019


On Thu, 16 May 2019, Steve Lhomme wrote:

> This will only be enabled when building windows targets and will only work when
> compiling with Clang.
> ---
> bin/Makefile.am   |  3 +++
> configure.ac      | 13 +++++++++++++
> lib/Makefile.am   |  3 +++
> modules/common.am |  3 +++
> src/Makefile.am   |  3 +++
> 5 files changed, 25 insertions(+)

Thanks; this patchset is much clearer.

However, if we'd go with tweaking the lld option (which is progressing 
fine upstream at https://reviews.llvm.org/D62004), we could get rid of 
patch 1 (the libtool patch) altogether, and get rid of all the changes to 
Makefile.am here, by just adding -Wl,-pdb= to the global LDFLAGS.

// Martin



More information about the vlc-devel mailing list