From 95e561ec3ea257bc19913a77fbc6c07da5f14f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 10 Sep 2009 02:42:19 +0000 Subject: [PATCH] configure: add -g to ASFLAGS when debug is enabled Originally committed as revision 19804 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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