projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9251256
)
make: compile the library with debug symbols
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 12 Jan 2017 11:52:38 +0000
(12:52 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 12 Jan 2017 11:52:38 +0000
(12:52 +0100)
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index e4e157676aad963b4167442f55da9c5785890031..ea8a4b93057403e1ebceb6779755f0ce919fed9b 100644
(file)
--- 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