Commit 7e30a9bdbe29103154b904c535312f9d14b360ac

Stefan Sperling 2018-07-13T11:27:04

reenable mmap in got by default; committed by accident

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/Makefile b/got/Makefile
index 8dafd2f..883c138 100644
--- a/got/Makefile
+++ b/got/Makefile
@@ -17,7 +17,7 @@ DEBUG = -O0 -pg
 DEBUG = -O0 -g
 .endif
 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
-CFLAGS += -DGOT_PACK_NO_MMAP
+#CFLAGS += -DGOT_PACK_NO_MMAP
 #CFLAGS += -DGOT_NO_OBJ_CACHE
 
 # For now, default to installing binary in ~/bin