[FFmpeg-cvslog] r17793 - trunk/configure

mru subversion
Wed Mar 4 00:53:30 CET 2009


Author: mru
Date: Wed Mar  4 00:53:29 2009
New Revision: 17793

Log:
Alpha: use -g3 with ccc to allow optimisation with debugging symbols

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Mar  4 00:52:31 2009	(r17792)
+++ trunk/configure	Wed Mar  4 00:53:29 2009	(r17793)
@@ -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
 




More information about the ffmpeg-cvslog mailing list