diff options
author | Måns Rullgård <mans@mansr.com> | 2009-03-03 23:53:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-03-03 23:53:29 +0000 |
commit | 03754fcd6f481b2de0567a0ea8bc35f6fca72493 (patch) | |
tree | b9d64ed21023943f5e59497520748b8e83bb27e6 /configure | |
parent | 9d9de444e36f185f6ecdd7032f220f00be8eca7e (diff) | |
download | ffmpeg-03754fcd6f481b2de0567a0ea8bc35f6fca72493.tar.gz |
Alpha: use -g3 with ccc to allow optimisation with debugging symbols
Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |