]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
fix sign errors in shadows
[xonotic/darkplaces.git] / makefile
index cdfa963d55f2b4760c84d543e5059c3bbe0d8376..f137e9f3ddc65fb82f0ff2a13fcdc98b1c0523cb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -184,7 +184,11 @@ ifeq ($(DP_MAKE_TARGET), mingw)
 endif
 
 ifeq ($(WIN32RELEASE), 1)
-       CPUOPTIMIZATIONS="-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H"
+       CPUOPTIMIZATIONS=-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H
+endif
+
+ifeq ($(WIN64RELEASE), 1)
+       CPUOPTIMIZATIONS=
 endif
 
 ##### Sound configuration #####