]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed mingw makefile to by default not compile for any specific processor
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Mar 2002 00:13:42 +0000 (00:13 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Mar 2002 00:13:42 +0000 (00:13 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1596 d7cf8633-e32d-0410-b094-e92efae38249

makefile.mingw

index 174ce775aadf14bcda62176cc53839ad914e5e7f..b50d8f57cbb99ad08c641c4fa99ee5d88344fcb6 100644 (file)
@@ -3,8 +3,10 @@ OBJECTS= builddate.o chase.o cl_demo.o cl_input.o cl_main.o cl_parse.o cl_tent.o
 
 #K6/athlon optimizations
 #CPUOPTIMIZATIONS=-march=k6
-#686 optimizations
-CPUOPTIMIZATIONS=-march=i686
+#686 optimizations (note: crashs on k6, works on athlon)
+#CPUOPTIMIZATIONS=-march=i686
+#generic (run on anything)
+CPUOPTIMIZATIONS=
 
 #note:
 #the -Werror can be removed to compile even if there are warnings,