]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
Another flag bites the dust. This time: -ffinite-math-only.
[xonotic/darkplaces.git] / makefile
index d7f3e6d273cb176e06572ca7850fc9cd748e1fe8..17c677692b22342b1325adb29963e8a9e811315a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -200,7 +200,7 @@ ifeq ($(WIN32RELEASE), 1)
 #      TARGET=i686-pc-mingw32
 #      CC=$(TARGET)-g++
 #      WINDRES=$(TARGET)-windres
-       CPUOPTIMIZATIONS=-march=pentium3 -mfpmath=sse -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math
+       CPUOPTIMIZATIONS=-march=pentium3 -mfpmath=sse -fno-math-errno -fno-rounding-math -fno-signaling-nans -fno-trapping-math
 #       CPUOPTIMIZATIONS+=-DUSE_WSPIAPI_H -DSUPPORTIPV6
        LDFLAGS_WINCOMMON=-Wl,--large-address-aware
 else