[iortcw] 160/497: All: Fix fast-math optimize flag for MinGW build (Found by DevHC)

Simon McVittie smcv at debian.org
Fri Sep 8 10:36:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 411d7dcdd2ea2fb8e784195cd891f4814861d4a8
Author: M4N4T4RMS at gmail.com <M4N4T4RMS at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Mon Jul 14 15:53:58 2014 +0000

    All: Fix fast-math optimize flag for MinGW build (Found by DevHC)
---
 MP/Makefile | 2 +-
 SP/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index dc89ff7..5ee890e 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -607,7 +607,7 @@ ifeq ($(PLATFORM),mingw32)
   ifeq ($(ARCH),x86_64)
     OPTIMIZEVM = -O3 -fno-omit-frame-pointer \
       -funroll-loops -falign-functions=2 -fstrength-reduce
-    OPTIMIZE = $(OPTIMIZEVM) --fast-math
+    OPTIMIZE = $(OPTIMIZEVM) -ffast-math
     HAVE_VM_COMPILED = true
     FILE_ARCH=x64
   endif
diff --git a/SP/Makefile b/SP/Makefile
index 145ab50..56adf0f 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -616,7 +616,7 @@ ifeq ($(PLATFORM),mingw32)
   ifeq ($(ARCH),x86_64)
     OPTIMIZEVM = -O3 -fno-omit-frame-pointer \
       -funroll-loops -falign-functions=2 -fstrength-reduce
-    OPTIMIZE = $(OPTIMIZEVM) --fast-math
+    OPTIMIZE = $(OPTIMIZEVM) -ffast-math
     HAVE_VM_COMPILED = true
     FILE_ARCH=x64
   endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list