From 03754fcd6f481b2de0567a0ea8bc35f6fca72493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 3 Mar 2009 23:53:29 +0000 Subject: [PATCH] Alpha: use -g3 with ccc to allow optimisation with debugging symbols Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3f7c200ff1..2e43aa01ae 100755 --- a/configure +++ b/configure @@ -1377,6 +1377,7 @@ elif $cc -v 2>&1 | grep -q xlc; then elif $cc -V 2>/dev/null | grep -q Compaq; then cc_type=ccc DEPEND_CMD='$(CC) $(CFLAGS) -M $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o,"' + debuglevel=3 add_ldflags -Wl,-z,now # calls to libots crash without this fi