From 5b855527418f7601379dbdabbc7e072c00d216c0 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 13 Dec 2005 02:03:08 +0000 Subject: [PATCH] Default to a RELEASE build unless DEBUG is specified rather than the reverse. Sure, we won't get as many usefull backtraces, but let's be reasonable. --- install/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/GNUmakefile b/install/GNUmakefile index 2df8b5ab37..224be8db43 100644 --- a/install/GNUmakefile +++ b/install/GNUmakefile @@ -24,7 +24,7 @@ ifndef DEBUG ifndef RELEASE - DEBUG := 1 + RELEASE := 1 endif endif -- GitLab