aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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.