configure.ac: Drop LLVM compiler flags more radically
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 9 Feb 2017 04:00:03 +0000 (13:00 +0900)
committerMichel Dänzer <michel@daenzer.net>
Mon, 13 Feb 2017 07:07:37 +0000 (16:07 +0900)
commit0f53404565b9ef9da9d7022b5732463acd496742
tree7a107279bb6dfe58c8b007370eda9292c1439393
parent57dc6d80a0dab253ef8e8543810e5384b01f41f7
configure.ac: Drop LLVM compiler flags more radically

Drop all -m*, -W*, -O*, -g* and -f* flags, with the exception of
-fno-rtti, which must be used if it's part of the llvm-config --cxxflags
output. We don't want LLVM to dictate the flags we use, and it can even
cause build failures, e.g. if LLVM and Mesa are built with different
compilers.

While we're at it, eat any whitespace preceding dropped flags as well.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac