]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
changed sky rendering to occur after depthmask polygons, instead of before
[xonotic/darkplaces.git] / makefile
index 184029d9e625d4edd1a8b4baa2ed4b5016c424bb..e6c048a030ddcc2ac5d62e0a4c83b307a7a9a926 100644 (file)
--- a/makefile
+++ b/makefile
@@ -184,8 +184,7 @@ ifeq ($(DP_MAKE_TARGET), mingw)
 endif
 
 ifeq ($(WIN32RELEASE), 1)
-       CPUOPTIMIZATIONS=-march=i686
-       CFLAGS_RELEASE="-DSUPPORTDIRECTX -DUSE_WSPIAPI_H"
+       CPUOPTIMIZATIONS=-march=i686 -DSUPPORTDIRECTX -DUSE_WSPIAPI_H
 endif
 
 ##### Sound configuration #####