This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix #123976 Win32 GCC miniperl needs -fno-strict-aliasing
authorDaniel Dragan <bulk88@hotmail.com>
Mon, 6 Apr 2015 01:39:14 +0000 (21:39 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 6 Apr 2015 13:05:25 +0000 (14:05 +0100)
just like full perl uses -fno-strict-aliasing

win32/makefile.mk

index 5fd10dc..34dd7e9 100644 (file)
@@ -511,6 +511,7 @@ EXEOUT_FLAG = -o
 LIBOUT_FLAG    =
 
 BUILDOPT       += -fno-strict-aliasing -mms-bitfields
 LIBOUT_FLAG    =
 
 BUILDOPT       += -fno-strict-aliasing -mms-bitfields
+MINIBUILDOPT   += -fno-strict-aliasing
 
 .ELSE
 
 
 .ELSE