The branch master has been updated
       via  8d054a5530defa35ad9a337c23968f8bdef9a6c7 (commit)
      from  a182e546c74aff8ce1a15c7b626fbb428bf0d0f4 (commit)


- Log -----------------------------------------------------------------
commit 8d054a5530defa35ad9a337c23968f8bdef9a6c7
Author: Richard Levitte <[email protected]>
Date:   Thu Jun 2 12:14:52 2016 +0200

    Add a warning about using enable-crypto-mdebug-backtrace
    
    Reviewed-by: Matt Caswell <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 INSTALL | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/INSTALL b/INSTALL
index ab35353..901a5c0 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.
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to