In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c0388966161bb22622ebac402bb1ebe081ad0b39?hp=c7a3a5b4b9527250c5493344fcb0e75d0d33dcb8>
- Log ----------------------------------------------------------------- commit c0388966161bb22622ebac402bb1ebe081ad0b39 Author: Daniel Dragan <[email protected]> Date: Sun Apr 5 21:39:14 2015 -0400 fix #123976 Win32 GCC miniperl needs -fno-strict-aliasing just like full perl uses -fno-strict-aliasing ----------------------------------------------------------------------- Summary of changes: win32/makefile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/makefile.mk b/win32/makefile.mk index 5fd10dc..34dd7e9 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -511,6 +511,7 @@ EXEOUT_FLAG = -o LIBOUT_FLAG = BUILDOPT += -fno-strict-aliasing -mms-bitfields +MINIBUILDOPT += -fno-strict-aliasing .ELSE -- Perl5 Master Repository
