configure.ac: remove -fomit-frame-pointer from LLVM flags

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
Marek Olšák 2012-11-28 00:28:18 +01:00
parent 3d59cde92e
commit f9429e30aa

View file

@ -1651,7 +1651,8 @@ strip_unwanted_llvm_flags() {
-e 's/-Wcovered-switch-default\>//g' \
-e 's/-O.\>//g' \
-e 's/-g\>//g' \
-e 's/-Wall\>//g'
-e 's/-Wall\>//g' \
-e 's/-fomit-frame-pointer\>//g'
}