From 11a7f3a63bc873c07e81583c989581152d89d3f9 Mon Sep 17 00:00:00 2001 From: konablend Date: Tue, 29 Jan 2013 20:43:10 +0000 Subject: - xcode debug builds now use --debug=std instead of --debug=max - 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 --- make/xcodemake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/xcodemake b/make/xcodemake index 0eaab1fec..a5950811b 100755 --- a/make/xcodemake +++ b/make/xcodemake @@ -126,7 +126,7 @@ if [ -n "$reconfigure" ]; then case "$CONFIGURATION" in debug*) - debug="--debug=max --optimize=none" + debug="--debug=std --optimize=none" ;; release*|*) debug= -- cgit v1.2.3