Make files_parseDictionary behave more sanely
diff --git a/Makefile b/Makefile
index b5e5c5f..9754832 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,7 @@
 
 ifeq ($(DEBUG),true)
     CFLAGS += -g -ggdb
+    LDFLAGS += -g -ggdb
 endif
 
 # Control Android builds