From 5ed2edeac4c539b55a2a9a7c2eb38d3152940c29 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 22 Jun 2006 14:16:41 +0000 Subject: [PATCH] get rid of another annoying stray space in the gcc commands git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35480 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 81109336fc..9e665e9d62 100644 --- a/Makefile +++ b/Makefile @@ -201,7 +201,9 @@ ifeq ($(OSARCH),SunOS) endif ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) +ifneq ($(OPTIMIZE),) ASTCFLAGS+=$(OPTIMIZE) +endif ifeq ($(AST_DEVMODE),yes) ASTCFLAGS+=-Werror -Wunused -- 2.47.2