deps.ffmpeg: Enable PDBs for FFmpeg builds on Windows#280
Open
RytoEX wants to merge 1 commit into
Open
Conversation
PatTheMav
reviewed
Mar 4, 2025
Member
Author
Enable PDBs for FFmpeg builds on Windows for all configurations. If the configuration is set to Release, or RelWithDebInfo, or MinSizeRel, adjust the linker options accordingly.
Member
Author
|
Apparently, I had forgotten to actually push the changes. The PDBs are still not actually part of any final artifacts, as I have to figure out where those are installed/copied. |
PatTheMav
approved these changes
May 6, 2026
Member
|
Looking at my own code from the distance of a few years makes me want to refactor the entire build system for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Enable PDBs for FFmpeg builds on Windows if the Configuration is set to Debug or RelWithDebInfo.
Motivation and Context
Having PDBs for FFmpeg can be useful for debugging crashes. This was one of the original goals of moving the FFmpeg builds to be natively compiled.
How Has This Been Tested?
Tested locally about a year ago. Should probably be retested.
Types of changes
Checklist: