Move the backtrace memleak options to a separate variable
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Dec 2015 17:44:26 +0000 (18:44 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Dec 2015 18:20:45 +0000 (19:20 +0100)
commita1d3f3d1d0711eeece52f132e73b533d814770ac
treebcf30f8382221c026d9dec1c2339219a12abd78b
parentdf04754be7a73cbe813cb58f2f7b42d8e3402c56
Move the backtrace memleak options to a separate variable

The contents of this variable ($memleak_devteam_backtrace) is added to
$cflags unless we build for a platform we know doesn't support gcc's
-rdynamic och backtrace() and friends.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure