Hi everybody,
I'm trying to compile some src with Mingw64.
But the compile is about 10-15% slower than the ones I found here.
What can I change ?
Here is the options I use (not always all in the same time):
-Wcast-qual
-fno-exceptions
-fno-rtti
-Wextra
-Wshadow
-DNDEBUG
-DIS_64BIT
-DUSE_BSFQ
-DUSE_POPCNT
-flto
-pipe
-Wall
-mtune=amdfam10
-march=amdfam10
-w
-Ofast
-m64
-s
and
-DNO_PREFETCH
or
-msse
Which ones have I to stop using ?
Which ones have I to add ?
Thanks a lot
I'm trying to compile some src with Mingw64.
But the compile is about 10-15% slower than the ones I found here.
What can I change ?
Here is the options I use (not always all in the same time):
-Wcast-qual
-fno-exceptions
-fno-rtti
-Wextra
-Wshadow
-DNDEBUG
-DIS_64BIT
-DUSE_BSFQ
-DUSE_POPCNT
-flto
-pipe
-Wall
-mtune=amdfam10
-march=amdfam10
-w
-Ofast
-m64
-s
and
-DNO_PREFETCH
or
-msse
Which ones have I to stop using ?
Which ones have I to add ?
Thanks a lot

Home