aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 14:16:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-22 14:16:41 +0000
commit3493f6082939d77db34a4b26bd553f0f83da9019 (patch)
treedec0b2a17da17a29b5db8906b1c770079aceb014 /Makefile
parent0bb78235cbc291e0e2fb0e97c9eae63c4da0c209 (diff)
get rid of another annoying stray space in the gcc commands
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35480 f38db490-d61c-443f-a65b-d21fe96a405b
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