updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / asterisk16-addons-8layertech / optimization.patch
blob0ee2a35925cf36ca6e8063b73b6f22c04eb2374c
1 --- asterisk-addons-1.6.2.0-beta1.old/Makefile.rules 2008-04-30 20:32:23.000000000 +0800
2 +++ asterisk-addons-1.6.2.0-beta1.new/Makefile.rules 2009-05-07 10:55:20.298677270 +0800
3 @@ -36,7 +36,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
10 OPTIMIZE?=-O6
11 ASTCFLAGS+=$(OPTIMIZE)