[Mesa-dev] [PATCH 4/4] configure.ac: remove -fomit-frame-pointer from LLVM flags
Marek Olšák
maraeo at gmail.com
Wed Nov 28 08:58:04 PST 2012
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c5cc249..4fb4544 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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'
}
--
1.7.10.4
More information about the mesa-dev
mailing list