From 9eaab68902fafd90eed6410586a55f6e807e4682 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 12 Jan 2017 12:52:38 +0100 Subject: [PATCH] make: compile the library with debug symbols Signed-off-by: Bartosz Golaszewski --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2