Fix formatting of a table

This commit is contained in:
Jeremy 2024-01-23 01:10:00 -06:00
parent ac89001bad
commit ea30c99f35
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -620,12 +620,12 @@ or [Package Managers](#package-managers).
In addition to any include or library paths you'll need to specify to tell the compiler where cpptrace was installed the
typical dependencies for cpptrace are:
| Compiler | Platform | Dependencies |
| ----------------------- | ---------------- | --------------------------------------- |
| gcc, clang, intel, etc. | Linux/macos/unix | `-lcpptrace -ldwarf -lz -ldl` |
| Compiler | Platform | Dependencies |
| ----------------------- | ---------------- | ---------------------------------- |
| gcc, clang, intel, etc. | Linux/macos/unix | `-lcpptrace -ldwarf -lz -ldl` |
| gcc | Windows | `-lcpptrace -ldbghelp -ldwarf -lz` |
| msvc | Windows | `cpptrace.lib dbghelp.lib` |
| clang | Windows | `-lcpptrace -ldbghelp` |
| msvc | Windows | `cpptrace.lib dbghelp.lib` |
| clang | Windows | `-lcpptrace -ldbghelp` |
Dependencies may differ if different back-ends are manually selected.