From fc3042a10109faa097cd5b46bdcd1d7c722b6089 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 25 Jun 2013 07:16:08 +0200 Subject: [PATCH] enable exceptions and rtti so we can include atc and awpmd --- src/MAKE/Makefile.mingw32-cross | 3 +-- src/MAKE/Makefile.mingw64-cross | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/MAKE/Makefile.mingw32-cross b/src/MAKE/Makefile.mingw32-cross index 17f8ea09c8..c09bb604b7 100644 --- a/src/MAKE/Makefile.mingw32-cross +++ b/src/MAKE/Makefile.mingw32-cross @@ -8,8 +8,7 @@ SHELL = /bin/sh CC = i686-w64-mingw32-g++ CCFLAGS = -O3 -march=i686 -mtune=generic -mfpmath=387 -mpc64 -fopenmp \ - -ffast-math -fstrict-aliasing -fno-rtti -fno-exceptions \ - -Wall -W -Wno-uninitialized + -ffast-math -fstrict-aliasing -Wall -W -Wno-uninitialized SHFLAGS = # -fPIC (not needed on windows, all code is PIC) DEPFLAGS = -M diff --git a/src/MAKE/Makefile.mingw64-cross b/src/MAKE/Makefile.mingw64-cross index 554c57e944..b409380094 100644 --- a/src/MAKE/Makefile.mingw64-cross +++ b/src/MAKE/Makefile.mingw64-cross @@ -8,8 +8,7 @@ SHELL = /bin/sh CC = x86_64-w64-mingw32-g++ CCFLAGS = -O3 -march=core2 -mtune=core2 -mpc64 -msse2 -fopenmp \ - -ffast-math -fstrict-aliasing -fno-rtti -fno-exceptions \ - -Wall -W -Wno-uninitialized + -ffast-math -fstrict-aliasing -Wall -W -Wno-uninitialized SHFLAGS = # -fPIC (not needed on windows, all code is PIC) DEPFLAGS = -M