From f42b12d323a959bffe97d9c61a8d4e8e90564fb8 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 16 May 2008 17:20:53 -0500 Subject: [PATCH] Fix typo in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 292e6c0..1c6cdc0 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ make.conf: configure -include make.conf -ifeq (($MAINTAINER_MODE),yes) +ifeq ($(MAINTAINER_MODE),yes) CXXFLAGS := -pipe -ggdb -Wextra -Wno-missing-field-initializers -O0 -fno-rtti -fno-exceptions else CXXFLAGS := -pipe -O3 -fno-rtti -fno-exceptions -DNDEBUG