]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Turn off SSE in the win32 binaries. Damn travis.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Jan 2015 16:51:49 +0000 (16:51 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 8 Jan 2015 19:35:56 +0000 (20:35 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12129 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=aa93774ce322125fc04be75ad7814c54784288a0

.travis-script-xonotic.sh

index 01be0d84c5e0270713f4ccb5b6ad3893a3386f5c..9f0e9e49625b3d95975befb823617cfa7ac9f1a6 100755 (executable)
@@ -63,6 +63,7 @@ for os in "$@"; do
         UNAME=MINGW32
         WIN32RELEASE=1
         CC="i686-w64-mingw32-gcc -g1 -Wl,--dynamicbase -Wl,--nxcompat -mstackrealign -I../../../${deps}/include -L../../../${deps}/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6"
+       CPUOPTIMIZATIONS="-march=pentium2 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math"
         WINDRES="i686-w64-mingw32-windres"
         SDL_CONFIG="../../../${deps}/bin/sdl2-config"
         DP_LINK_CRYPTO=dlopen