aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 00:32:37 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 00:32:37 +0200
commit72383185a8079365ef1a41adc18f840f39ce8fcb (patch)
tree2ec8b09495736a829b145c27318e6f2449199a9f /README
parentFix (diff)
downloadliberror-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--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 4ad036f..870e54d 100644
--- a/README
+++ b/README
@@ -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.