diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5cc2495d6c..4fb454407b4 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' } |