Alpha: use -g3 with ccc to allow optimisation with debugging symbols
authorMåns Rullgård <mans@mansr.com>
Tue, 3 Mar 2009 23:53:29 +0000 (23:53 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 3 Mar 2009 23:53:29 +0000 (23:53 +0000)
Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 3f7c200ff102ab59cba58bc511bb857d64016a51..2e43aa01ae8e9a6b788a92ba5144369b7c648b78 100755 (executable)
--- 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