diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-18 16:28:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-18 16:28:12 +0000 |
commit | e11002b6beffdbd9b847038693d666f01cc1bc9e (patch) | |
tree | e03be4fe7049cfae902eab1ae8dc0c948bc1ff4e | |
parent | e5e17322cf00ee9eaf16b4be63a9cb2f70162d03 (diff) |
Add note on "debug-sra" setting so I don't have to keep digging it out
of old makefiles
svn path=/openssl/README; revision=1676
-rw-r--r-- | openssl/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/openssl/README b/openssl/README index b0195e2e..3fe14327 100644 --- a/openssl/README +++ b/openssl/README @@ -194,7 +194,12 @@ which tried to pull in -lefence (/usr/ports/devel/ElectricFence), so I installed that. Sadly, ElectricFence is not kidding when it says it is very very very slow, but it was the bignum debugging printouts that were driving me nuts, so I ended up creating my own "debug-sra" -configuration for the options I want. +configuration for the options I want: + + "debug-sra", "gcc:-DOPENSSL_RFC3779 -DDEBUG_SAFESTACK -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror::(unknown)::::::", + +You may have to remove -Werror when working with OpenSSL snapshots, +since snapshots sometimes generate compilation warnings. |