Mesa (master): configure.ac: remove -fomit-frame-pointer from LLVM flags

Marek Olšák mareko at kemper.freedesktop.org
Wed Nov 28 23:08:29 UTC 2012


Module: Mesa
Branch: master
Commit: f9429e30aa899520f41d4ba0f1a4534e7e6c9d95
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9429e30aa899520f41d4ba0f1a4534e7e6c9d95

Author: Marek Olšák <maraeo at gmail.com>
Date:   Wed Nov 28 00:28:18 2012 +0100

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

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

---

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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'
 }
 
 




More information about the mesa-commit mailing list