Skip to content
Snippets Groups Projects

contrib: ffmpeg: change rules.mak optflags to -O0

Given one try to debug ffmpeg contrib in lldb, when --disable-optim option is used on bootstrap, then -Og flag was added to compiler flags.

With -Og many stack frames were broken (unavailable variables or unexpected program pointer jumps when stepping through code)

Using -O0 instead seems to fix the issue to provide proper stack frame access in lldb.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading