projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d59cde
)
configure.ac: remove -fomit-frame-pointer from LLVM flags
author
Marek Olšák
<maraeo@gmail.com>
Tue, 27 Nov 2012 23:28:18 +0000
(
00:28
+0100)
committer
Marek Olšák
<maraeo@gmail.com>
Wed, 28 Nov 2012 23:07:27 +0000
(
00:07
+0100)
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c5cc2495d6ca66d8ba7ee7f86eee6174f0fc578f..4fb454407b400d99ff4c8b33545c85b0a8f23c09 100644
(file)
--- 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'
}