Make note about -DCPPTRACE_STATIC_DEFINE more prominent

This commit is contained in:
Jeremy 2024-03-28 19:51:53 -05:00
parent b72164b39b
commit e65edcf91a
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -674,7 +674,8 @@ The typical dependencies for cpptrace are:
Note: Newer libdwarf requires `-lzstd`, older libdwarf does not. Note: Newer libdwarf requires `-lzstd`, older libdwarf does not.
If you are linking statically, you will additionally need to specify `-DCPPTRACE_STATIC_DEFINE`. > [!IMPORTANT]
> If you are linking statically, you will additionally need to specify `-DCPPTRACE_STATIC_DEFINE`.
Dependencies may differ if different back-ends are manually selected. Dependencies may differ if different back-ends are manually selected.