From 4fa0851bcebc979f772313c589b7bac7aaf716be Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Wed, 13 Mar 2002 13:46:05 +0000 Subject: [PATCH] added athlon CPU choice (for gcc 2.96 and up) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1639 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index cdb9a647..5df562e4 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,8 @@ OBJECTS= builddate.o cd_linux.o chase.o cl_demo.o cl_input.o cl_main.o cl_parse. #K6/athlon optimizations CPUOPTIMIZATIONS=-march=k6 +#athlon optimizations (only for gcc 2.96 and up) +#CPUOPTIMIZATIONS=-march=athlon #686 optimizations #CPUOPTIMIZATIONS=-march=i686 -- 2.39.2