diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-11-03 11:34:48 (GMT) |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-11-03 13:51:33 (GMT) |
commit | ef3ac1fae9d18d500267cbbff21230b27a294459 (patch) | |
tree | ce75751beb2baf7daa54042659afe1eea39c5a9a /src/main.cpp | |
parent | e5a5c83759b96374c0d988724376cf26b1d10263 (diff) | |
download | cv2pdb-ef3ac1fae9d18d500267cbbff21230b27a294459.zip cv2pdb-ef3ac1fae9d18d500267cbbff21230b27a294459.tar.gz cv2pdb-ef3ac1fae9d18d500267cbbff21230b27a294459.tar.bz2 |
Verify in the GitHub workflow that cv2pdb can handle GCC's output
Git for Windows uses cv2pdb to convert the debugging information
produced by GCC to `.pdb` format, for use with Visual C's tools.
A recent GCC upgrade broke this because the debugging information was
produced in DWARF5 format, and the Git for Windows maintainer had to
scramble to implement (minimal) support for that format.
Let's verify in the GitHub workflow that cv2pdb can handle GCC's output
format, and let's use the very same GCC version that Git for Windows
uses to verify that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'src/main.cpp')
0 files changed, 0 insertions, 0 deletions