automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Mon, 19 Nov 2012 08:43:29 +0000 (09:43 +0100)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Mon, 19 Nov 2012 08:43:29 +0000 (09:43 +0100)
commitddb901fbf4489ffcd85d3320f23913eb1d4fbdfe
tree392c447bcdeddc8b09a9b66d7acfb0b9c4a7979c
parent5cea0273414bd5897c318b4d632b08ce8080a2fe
automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too

It seems that -NDEBUG and other flags might still be leaked through
those variables, so strip those off there as well.

NOTE: This is a candidate for the 9.0 branch.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
configure.ac