enable exceptions and rtti so we can include atc and awpmd

This commit is contained in:
Axel Kohlmeyer
2013-06-25 07:16:08 +02:00
parent 82dfa28735
commit fc3042a101
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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