]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
Experimental feature of saving buffers within savegame files (in extended section...
[xonotic/darkplaces.git] / makefile
index e6c048a030ddcc2ac5d62e0a4c83b307a7a9a926..f137e9f3ddc65fb82f0ff2a13fcdc98b1c0523cb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -187,6 +187,10 @@ ifeq ($(WIN32RELEASE), 1)
        CPUOPTIMIZATIONS=-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H
 endif
 
+ifeq ($(WIN64RELEASE), 1)
+       CPUOPTIMIZATIONS=
+endif
+
 ##### Sound configuration #####
 
 ifndef DP_SOUND_API