mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 12:40:05 +00:00
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:
2
.github/scripts/Windows/prepare_msys.sh
vendored
2
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user