configure.ac: generate debug symbols for Win

<https://stackoverflow.com/questions/74416539/clang-14-does-not-generate-pdb-file>

Set it only when linking, not for configure.
This commit is contained in:
Martin Pulec
2025-08-11 16:58:52 +02:00
parent d3179770d9
commit cc2e7103b1
3 changed files with 20 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout'
MINGW_PACKAGE_PREFIX=mingw-w64-clang-x86_64
m=$MINGW_PACKAGE_PREFIX
$PACMAN_INSTALL automake autoconf git make pkgconf \
$m-clang $m-winpthreads \
$m-clang $m-lld $m-winpthreads \
$m-gcc-compat \
unzip zip
$PACMAN_INSTALL $m-asciidoc \