From: Bartosz Golaszewski Date: Thu, 12 Jan 2017 11:52:38 +0000 (+0100) Subject: make: compile the library with debug symbols X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9eaab68902fafd90eed6410586a55f6e807e4682;p=qemu-gpiodev%2Flibgpiod.git make: compile the library with debug symbols Signed-off-by: Bartosz Golaszewski --- diff --git a/Makefile.am b/Makefile.am index e4e1576..ea8a4b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ lib_LTLIBRARIES = libgpiod.la include_HEADERS = gpiod.h libgpiod_la_SOURCES = core.c +libgpiod_la_CFLAGS = -g bin_PROGRAMS = gpiodetect gpioinfo gpioget gpioset gpiomon gpiofind