summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
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.