From: lordhavoc Date: Wed, 13 Mar 2002 13:46:05 +0000 (+0000) Subject: added athlon CPU choice (for gcc 2.96 and up) X-Git-Tag: RELEASE_0_2_0_RC1~586 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=4fa0851bcebc979f772313c589b7bac7aaf716be 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 --- 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