Skip to content
Snippets Groups Projects
Commit 3795469d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

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.

2e1b1609 claimed it was not supported.
parent f9d1f2d6
No related branches found
No related tags found
1 merge request!4937contrib: enable PDB format debug info on Windows arm64
Pipeline #438332 passed with stage
in 45 minutes and 13 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment