blob: b81a4e5b6069530ee2645476be21b8b030b8e473 (
plain)
1 --- asterisk-1.4.11/Makefile.rules.orig 2007-09-22 14:18:39.308683093 -0400
2 +++ asterisk-1.4.11/Makefile.rules 2007-09-22 14:19:00.370469987 -0400
3 @@ -30,7 +30,7 @@
4 # Uncomment to enable MMXTM optimizations for x86 architecture CPU's
5 # which support MMX instructions. This should be newer pentiums,
6 # ppro's, etc, as well as the AMD K6 and K7.
7 -#K6OPT=-DK6OPT
8 +K6OPT=-DK6OPT
9
10 OPTIMIZE?=-O6
11 ASTCFLAGS+=$(OPTIMIZE)
|