summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-09-10 02:42:19 +0000
committerMåns Rullgård <mans@mansr.com>2009-09-10 02:42:19 +0000
commit95e561ec3ea257bc19913a77fbc6c07da5f14f72 (patch)
tree299a9cf3cbd6f937c9b5eff0a3f9a7782f81e603 /configure
parentf7ba16a7f495b495dd84ce4430efddd5e2f68ac9 (diff)
configure: add -g to ASFLAGS when debug is enabled
Originally committed as revision 19804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ebac14b39e..6aa6177546 100755
--- a/configure
+++ b/configure
@@ -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