re-enable object cache; committed accidentally
diff --git a/got/Makefile b/got/Makefile
index 231812e..883c138 100644
--- a/got/Makefile
+++ b/got/Makefile
@@ -18,7 +18,7 @@ DEBUG = -O0 -g
.endif
CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
#CFLAGS += -DGOT_PACK_NO_MMAP
-CFLAGS += -DGOT_NO_OBJ_CACHE
+#CFLAGS += -DGOT_NO_OBJ_CACHE
# For now, default to installing binary in ~/bin
GROUP!=id -g -n
diff --git a/tog/Makefile b/tog/Makefile
index b964696..922dbcd 100644
--- a/tog/Makefile
+++ b/tog/Makefile
@@ -18,7 +18,7 @@ DEBUG = -O0 -g
.endif
CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
#CFLAGS += -DGOT_PACK_NO_MMAP
-CFLAGS += -DGOT_NO_OBJ_CACHE
+#CFLAGS += -DGOT_NO_OBJ_CACHE
# For now, default to installing binary in ~/bin
GROUP!=id -g -n