diff options
Diffstat (limited to 'gcc-4.6/gcc/config/i386/cygwin.h')
-rw-r--r-- | gcc-4.6/gcc/config/i386/cygwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/config/i386/cygwin.h b/gcc-4.6/gcc/config/i386/cygwin.h index bedf1e7..f8daeec 100644 --- a/gcc-4.6/gcc/config/i386/cygwin.h +++ b/gcc-4.6/gcc/config/i386/cygwin.h @@ -38,7 +38,7 @@ along with GCC; see the file COPYING3. If not see #undef ENDFILE_SPEC #define ENDFILE_SPEC \ - "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s}\ + "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}\ crtend.o%s" /* Normally, -lgcc is not needed since everything in it is in the DLL, but we |