Browse code

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

Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2009/03/04 08:53:29
Showing 1 changed files
... ...
@@ -1377,6 +1377,7 @@ elif $cc -v 2>&1 | grep -q xlc; then
1377 1377
 elif $cc -V 2>/dev/null | grep -q Compaq; then
1378 1378
     cc_type=ccc
1379 1379
     DEPEND_CMD='$(CC) $(CFLAGS) -M $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o,"'
1380
+    debuglevel=3
1380 1381
     add_ldflags -Wl,-z,now # calls to libots crash without this
1381 1382
 fi
1382 1383