Displaying 1 result from an estimated 1 matches for "dk6opt".
Did you mean:
k6opt
2005 Sep 12
1
optimizing for via C3
...@DPATCH@
diff -urNad asterisk-1.0.9.dfsg.1/Makefile /tmp/dpep.gRvJc9/asterisk-1.0.9.dfsg.
1/Makefile
--- asterisk-1.0.9.dfsg.1/Makefile 2005-09-12 16:00:12.071877432 +0300
+++ /tmp/dpep.gRvJc9/asterisk-1.0.9.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 -Wstri...