We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5623fd2 commit 0d4861fCopy full SHA for 0d4861f
README.md
@@ -102,7 +102,10 @@ changes:
102
- Add `-gcodeview` to the compilation commands (e.g. in
103
`wrappers/clang-target-wrapper.sh`), together with using `-g` as usual to
104
enable debug info in general.
105
-- Add `-Wl,-pdb,module.pdb` to linking commands.
+- Add `-Wl,-pdb=` to linking commands. This creates a PDB file at the same
106
+ location as the output EXE/DLL, but with a PDB extension. (By passing
107
+ `-Wl,-pdb=module.pdb` or `-Wl,-pdb,module.pdb` one can explicitly specify
108
+ the name of the output PDB file.)
109
110
Even though LLVM supports this, there are a few caveats with using it when
111
building in MinGW mode:
0 commit comments