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:55 +0000 (15:20 +0200)
commit27a3be20a543fdd44517b898421f154e4619c78a
tree01386c170e10f81a26ec773426e409ff6673a561
parent5a070488d8c7b31da9080e6fcce6aefdc86af608
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)

(cherry picked from commit 3b437400d90fb89ce5e0d74fd79bda9028f185fb)
Configurations/90-team.norelease.conf
Configure