diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:32:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:32:37 +0200 |
commit | 72383185a8079365ef1a41adc18f840f39ce8fcb (patch) | |
tree | 2ec8b09495736a829b145c27318e6f2449199a9f /README | |
parent | Fix (diff) | |
download | liberror-backtrace-72383185a8079365ef1a41adc18f840f39ce8fcb.tar.gz liberror-backtrace-72383185a8079365ef1a41adc18f840f39ce8fcb.tar.bz2 liberror-backtrace-72383185a8079365ef1a41adc18f840f39ce8fcb.tar.xz |
README: LD_PRELOAD
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,4 +7,6 @@ header file or any functions the user should use. 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. +put -lerror-backtrace before -lerror, alternative +the library can be loaded with LD_PRELOAD if liberror +is dynamic linked. |