summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-09-28 15:37:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-09-28 15:37:28 +0000
commitf4e624c88f6995467a35093b71651c6bfbc565b6 (patch)
tree77b845099de0c6f780020628c789ccea2fa6214a /HACKING
parent3a50fe96fefacd62d877ad1503ba754ff96f2524 (diff)
downloadgpsd-f4e624c88f6995467a35093b71651c6bfbc565b6.tar.gz
Documentation update.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 4 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 058c33b7..d52e75ee 100644
--- a/HACKING
+++ b/HACKING
@@ -45,3 +45,7 @@ If you're looking for things to hack on, first see the TODO file.
Then, there is some C code in the contrib/ directory that has some
potentially useful techniques in it. Picking a good one to integrate
into gpsd might be a useful thing.
+
+For debugging purposes, it may be helpful to configure with --disable-shared.
+This turns off all the shared-library crud, making it somewhat easier to
+use gdb.