enable exceptions and rtti so we can include atc and awpmd
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user