[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] ts-libvirt-build: Enable debug symbols in binaries
... by passing -g as appropriate. Also ensure debug logging is enabled with --enable-debug (which doesn't imply -g during build!). Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ts-libvirt-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-libvirt-build b/ts-libvirt-build index 38f2cfd..f764b53 100755 --- a/ts-libvirt-build +++ b/ts-libvirt-build @@ -56,8 +56,8 @@ sub config() { my $gnulib = submodule_find($submodules, "gnulib"); target_cmd_build($ho, 3600, $builddir, <<END); cd libvirt - CFLAGS="-I$xenprefix/include/" \\ - LDFLAGS="-L$xenprefix/lib/ -Wl,-rpath-link=$xenprefix/lib/" \\ + CFLAGS="-g -I$xenprefix/include/" \\ + LDFLAGS="-g -L$xenprefix/lib/ -Wl,-rpath-link=$xenprefix/lib/" \\ GNULIB_SRCDIR=$builddir/libvirt/$gnulib->{Path} \\ ./autogen.sh --no-git \\ --with-libxl --without-xen --without-xenapi --without-selinux \\ -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |