aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 23:04:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 23:04:57 +0000
commit14b571a9713aa8b48bdfe5eb35e9833dba397bd7 (patch)
treeee33e28a4bb00ca9ad1239891f126165b572f87e /Makefile
parentc13d1fb4ea92e907918af2d01d50d1e67d280df7 (diff)
Turn off MMX support, somehow the -fPIC thing may have broken it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@930 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f352862d..1cdfc6a99 100755
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ PWD=$(shell pwd)
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
######### which support MMX instructions. This should be newer pentiums,
######### ppro's, etc, as well as the AMD K6 and K7.
-K6OPT = -DK6OPT
+#K6OPT = -DK6OPT
#Tell gcc to optimize the asterisk's code
OPTIMIZE=-O6