commit e79f468ebe7a3161f90c560a639c9e2236f529b7 from: Stefan Sperling date: Fri Jul 13 09:18:05 2018 UTC re-enable object cache; committed accidentally commit - df9513f185a849a6087d336a99697e2ce2488fc6 commit + e79f468ebe7a3161f90c560a639c9e2236f529b7 blob - 231812e09e567ce04ffa4b1e057bb395206ba3f7 blob + 883c138847c11a22bc4a38479cc6b052ff964509 --- got/Makefile +++ 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 blob - b96469641c543186d3fbadfc06f1dd4aa6b470f0 blob + 922dbcd707b874d378087d240fc186b754332b02 --- tog/Makefile +++ 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