projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db0520
)
get rid of another annoying stray space in the gcc commands
author
Russell Bryant
<russell@russellbryant.com>
Thu, 22 Jun 2006 14:16:41 +0000
(14:16 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 22 Jun 2006 14:16:41 +0000
(14:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35480
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
8110933
..
9e665e9
100644
(file)
--- 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