X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=makefile;h=17c677692b22342b1325adb29963e8a9e811315a;hb=bb058a186b0431d2c46ec787770645c6ad0bfefc;hp=70b297dce0de3cc9ebe2caf0a794b5ac26b87563;hpb=1cdf5be504866ab14cd3a3cf50f69668409edc5d;p=xonotic%2Fdarkplaces.git diff --git a/makefile b/makefile index 70b297dc..17c67769 100644 --- a/makefile +++ b/makefile @@ -68,11 +68,11 @@ else endif # default targets -TARGETS_DEBUG=sv-debug cl-debug sdl-debug -TARGETS_PROFILE=sv-profile cl-profile sdl-profile -TARGETS_RELEASE=sv-release cl-release sdl-release -TARGETS_RELEASE_PROFILE=sv-release-profile cl-release-profile sdl-release-profile -TARGETS_NEXUIZ=sv-nexuiz cl-nexuiz sdl-nexuiz +TARGETS_DEBUG=sv-debug sdl-debug +TARGETS_PROFILE=sv-profile sdl-profile +TARGETS_RELEASE=sv-release sdl-release +TARGETS_RELEASE_PROFILE=sv-release-profile sdl-release-profile +TARGETS_NEXUIZ=sv-nexuiz sdl-nexuiz ###### Optional features ##### DP_VIDEO_CAPTURE?=enabled @@ -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