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

Author: Marek Olšák <mar...@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.stell...@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'
 }
 
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to