aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-06-02 12:14:52 +0200
committerRichard Levitte <levitte@openssl.org>2016-06-02 13:00:31 +0200
commit8d054a5530defa35ad9a337c23968f8bdef9a6c7 (patch)
treee23c106850091803716f85edc53626d1ed895b92 /INSTALL
parenta182e546c74aff8ce1a15c7b626fbb428bf0d0f4 (diff)
downloadopenssl-8d054a5530defa35ad9a337c23968f8bdef9a6c7.tar.gz
Add a warning about using enable-crypto-mdebug-backtrace
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ab35353bdd..901a5c094b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -147,6 +147,13 @@
enable-crypto-mdebug-backtrace
As for crypto-mdebug, but additionally provide backtrace
information for allocated memory.
+ TO BE USED WITH CARE: this uses GNU C functionality, and
+ is therefore not usable for non-GNU config targets. If
+ your build complains about the use of '-rdynamic' or the
+ lack of header file execinfo.h, this option is not for you.
+ ALSO NOTE that even though execinfo.h is available on your
+ system (through Gnulib), the functions might just be stubs
+ that do nothing.
no-ct
Don't build support for Certificate Transparency.