Skip to content
Commit e181f5aa authored by Jason Evans's avatar Jason Evans
Browse files

Keep frame pointers if using gcc frame intrinsics.

Specify -fno-omit-frame-pointer when using __builtin_frame_address() and
__builtin_return_address() for backtracing.  This fixes backtracing
failures on e.g. i686 for optimized builds.
parent e64b1b7b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment