[vlc-commits] [Git][videolan/vlc][master] contrib: enable PDB format debug info on all Windows architectures

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Feb 16 06:36:00 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
3795469d by Steve Lhomme at 2024-02-16T05:51:19+00:00
contrib: enable PDB format debug info on all Windows architectures

It works in VLC where there is no such check. So it should work in contribs as
well.

2e1b1609ca75a2b401b2136100b521db9277cade claimed it was not supported.

- - - - -


1 changed file:

- contrib/src/main.mak


Changes:

=====================================
contrib/src/main.mak
=====================================
@@ -166,12 +166,10 @@ LDFLAGS := $(LDFLAGS) -L$(PREFIX)/lib $(EXTRA_LDFLAGS)
 
 ifdef ENABLE_PDB
 ifdef HAVE_CLANG
-ifneq ($(findstring $(ARCH),i686 x86_64),)
 CFLAGS := $(CFLAGS) -gcodeview
 CXXFLAGS := $(CXXFLAGS) -gcodeview
 endif
 endif
-endif
 
 ifeq ($(shell gcc --version >/dev/null 2>&1 || echo No GCC),)
 BUILDCC ?= gcc



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3795469da9a2c45524fe68410e19c5c3ad505092

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3795469da9a2c45524fe68410e19c5c3ad505092
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list