]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: Remove extra warning and sanitizer options from CXXFLAGS
authorRichard Levitte <levitte@openssl.org>
Mon, 27 May 2019 12:40:25 +0000 (14:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 May 2019 13:20:10 +0000 (15:20 +0200)
commit3b437400d90fb89ce5e0d74fd79bda9028f185fb
tree3c5fd2dee2226a5ab20bba5bc10175bfe3b8e923
parent6aa2e59e1c52761cc5ad60170106118d7c1aa090
Configure: Remove extra warning and sanitizer options from CXXFLAGS

We add the extra warning and sanitizer options to check our code,
which is entirely in C.  We support C++ compilers uniquely for the
sake of certain external test suites, and those projects can probably
sanitize their own code themselves.

[extended tests]

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9013)
Configurations/90-team.norelease.conf
Configure