search for: agi_dir

Displaying 1 result from an estimated 1 matches for "agi_dir".

2005 Sep 12
1
optimizing for via C3
...dfsg.1/Makefile 2005-09-12 16:09:01.936325792 +0300 @@ -27,7 +27,8 @@ #K6OPT = -DK6OPT #Tell gcc to optimize the asterisk's code -OPTIMIZE+=-O2 +OPTIMIZE:=-march=c3 +OPTIMIZE+=-O2 #Include debug symbols in the executables (-g) and profiling info (-pg) DEBUG=-g #-pg @@ -91,7 +92,7 @@ AGI_DIR=$(ASTVARLIBDIR)/agi-bin INCLUDE=-Iinclude -I../include -CFLAGS=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY +CFLAGS:=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $...