Skip to content

Commit

Permalink
- xcode debug builds now use --debug=std instead of --debug=max
Browse files Browse the repository at this point in the history
- amongst other things, this will build ffmpeg without asserts
  and avoid an mpegvideo.c assert that seems to always trigger


git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5224 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
KonaBlend committed Jan 29, 2013
1 parent 63311e0 commit 11a7f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/xcodemake
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if [ -n "$reconfigure" ]; then

case "$CONFIGURATION" in
debug*)
debug="--debug=max --optimize=none"
debug="--debug=std --optimize=none"
;;
release*|*)
debug=
Expand Down

0 comments on commit 11a7f3a

Please sign in to comment.