Commit 95e561ec authored by Måns Rullgård's avatar 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
parent f7ba16a7
...@@ -2384,7 +2384,7 @@ check_header X11/extensions/XShm.h && ...@@ -2384,7 +2384,7 @@ check_header X11/extensions/XShm.h &&
check_func XOpenDisplay -lX11 && check_func XOpenDisplay -lX11 &&
check_func XShmCreateImage -lX11 -lXext 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 # add some useful compiler flags if supported
check_cflags -Wdeclaration-after-statement check_cflags -Wdeclaration-after-statement
......
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