dect
/
asterisk
Archived
13
0
Fork 0

Minor Makefile cleanups

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3675 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-08-29 17:40:58 +00:00
parent 345c626a34
commit b92150994d
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ app_sql_odbc.so: app_sql_odbc.o
$(CC) $(SOLINK) -o $@ $< -lodbc
look: look.c
gcc -pipe -O6 -g look.c -o look -lncurses
$(CC) -pipe -O6 -g look.c -o look -lncurses
ifneq ($(wildcard .depend),)
include .depend

View File

@ -1,5 +1,5 @@
ARCH=$(PROC)
CFLAGS+=-Wall -Werror -fPIC -O3 -funroll-loops -fomit-frame-pointer
CFLAGS+=-Wall -fPIC -O3 -funroll-loops -fomit-frame-pointer
LIB=libilbc.a
OBJS= anaFilter.o iCBSearch.o packing.o \