提交 95e561ec 编写于 作者: M Måns Rullgård

configure: add -g to ASFLAGS when debug is enabled

Originally committed as revision 19804 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 f7ba16a7
......@@ -2384,7 +2384,7 @@ check_header X11/extensions/XShm.h &&
check_func XOpenDisplay -lX11 &&
check_func XShmCreateImage -lX11 -lXext
enabled debug && add_cflags -g"$debuglevel"
enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
# add some useful compiler flags if supported
check_cflags -Wdeclaration-after-statement
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册