https://github.com/facebook/rocksdb
Revision 7ca731b12ce69596d7b9fec4a72d44ca8a3913c3 authored by James Page on 29 February 2016, 09:03:24 UTC, committed by James Page on 29 February 2016, 09:22:24 UTC
-momit-leaf-frame-pointer is only supported on certain archs.
Detect this automatically based on which flags the compiler
understands.
1 parent 8800975
Raw File
Tip revision: 7ca731b12ce69596d7b9fec4a72d44ca8a3913c3 authored by James Page on 29 February 2016, 09:03:24 UTC
build: Improve -momit-leaf-frame-pointer usage
Tip revision: 7ca731b
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top