From: Russell Bryant Date: Thu, 22 Jun 2006 14:16:41 +0000 (+0000) Subject: get rid of another annoying stray space in the gcc commands X-Git-Tag: 1.4.0-beta1~808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed2edeac4c539b55a2a9a7c2eb38d3152940c29;p=thirdparty%2Fasterisk.git 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 --- 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