From ccc6c7b5a0d326848c30159505f7adb0c54eac07 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 12 Dec 2000 06:15:14 +0000 Subject: [PATCH] Default to DEBUG=0 again. committer: mfx 976601714 +0000 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 476014f6..5d63ff4d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,7 @@ ifeq ($(strip $(UCLDIR)),) UCLDIR = $(HOME)/local/src/ucl-0.92 endif -DEBUG = 1 +DEBUG = 0 # -------------------------------------------------------