diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:42:43 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:42:43 +0100 |
| commit | 4050e95161407a3ee4301d968307504eff4f0932 (patch) | |
| tree | 9d4b44cd87e56340cc57f26141b011110b1bcb05 /README | |
| parent | Update e-mail (diff) | |
| download | liberror-backtrace-1.0.1.tar.gz liberror-backtrace-1.0.1.tar.bz2 liberror-backtrace-1.0.1.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ Companion library to liberror. It enables backtrace support for liberror. The library need only be linked, together with -ldw -(from libelf) and -lunwind (libunwind), there is no +(from libelf) and -lunwind (libunwind); there is no header file or any functions the user should use. -Note however, for static linking you may need +Note, however, for static linking you may need -Wl,--whole-archive before and -Wl,--no-whole-archive after the library when linking; for dynamic linking, -put -lerror-backtrace before -lerror, alternative +put -lerror-backtrace before -lerror; alternatively, the library can be loaded with LD_PRELOAD if liberror -is dynamic linked. +is dynamically linked. |
