Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1021: Add -fno-omit-frame-pointer in DEBUG and RELWITHDEBINFO bui…
…lds (#932) ### What changes were proposed in this pull request? This PR adds -fno-omit-frame-pointer gcc option in DEBUG and RELWITHDEBINFO builds, which helps to generate stacktrace in debugging and profiling. Refs: https://www.brendangregg.com/perf.html#StackTraces https://issues.apache.org/jira/browse/IMPALA-4132 ### Why are the changes needed? Described as above. ### How was this patch tested? Built in ubuntu16.04 with gcc 8.4.0. (cherry picked from commit 4b9c45c) Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information