Commit 7f810540 authored by mru's avatar mru

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17793 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f004abd2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment