summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-22 14:16:41 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-22 14:16:41 +0000
commit5ed2edeac4c539b55a2a9a7c2eb38d3152940c29 (patch)
treedec0b2a17da17a29b5db8906b1c770079aceb014 /Makefile
parent9db0520ff9ab3a28553802b5fdf5df5b34d8b071 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81109336f..9e665e9d6 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