commit 7e30a9bdbe29103154b904c535312f9d14b360ac from: Stefan Sperling date: Fri Jul 13 09:27:04 2018 UTC reenable mmap in got by default; committed by accident commit - 60507209f36a328d692ef6a40e64b8b4d6137c04 commit + 7e30a9bdbe29103154b904c535312f9d14b360ac blob - 8dafd2fbb8e77a084aedc190a6af38bf5dc4b5c2 blob + 883c138847c11a22bc4a38479cc6b052ff964509 --- got/Makefile +++ 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