From 6437170cb31302d8525cd6fcbe0a2efad386ab9d Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 4 Mar 2000 22:23:27 +0000 Subject: Add in freeramdisk.c, which (duh) frees ramdisks. If you have any ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d52e1dcd..ed5a4b11d 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. # eg: `make DODEBUG=true tests' -DODEBUG = false +DODEBUG = true # If you want a static binary, turn this on. I can't think # of many situations where anybody would ever want it static, -- cgit v1.2.3