From 21fddde4fd929d4c87576a98ad6d7438d876f2b5 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Sat, 16 Mar 2002 14:51:55 +0000 Subject: [PATCH] added note not to use athlon optimizations in current gcc versions git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1658 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 5d88538a..371fca22 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,9 @@ 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) +#note: don't use -march=athlon, every gcc which has it currently (2.95, 3.0) +#have optimizer bugs (like entities disappearing randomly - a bug with +#compiling BOX_ON_PLANE_SIDE in mathlib.h) #CPUOPTIMIZATIONS=-march=athlon #686 optimizations #CPUOPTIMIZATIONS=-march=i686 -- 2.39.2