Browse Source

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

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
tags/gles3-fmt-v1
Marek Olšák 12 years ago
parent
commit
f9429e30aa
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      configure.ac

+ 2
- 1
configure.ac 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'
}



Loading…
Cancel
Save