Use -fno-strict-aliasing for *all* C files in the runtime
authorSimon Marlow <simonmar@microsoft.com>
Thu, 29 Jun 2006 08:29:02 +0000 (08:29 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 29 Jun 2006 08:29:02 +0000 (08:29 +0000)
commit125cad876ea4120e3c0388090f1244616f4e1e44
tree6ad809ec6bd1fc9257e22cd7d1156a2414bf4acb
parentee2dd59cf1c96437696b9ec39b35dd1beea259a1
Use -fno-strict-aliasing for *all* C files in the runtime
as a precautionary measure.  It is definitely required for GC.c,
but it may well become necessary for other files in the future due to
our (mis-)use of the C "type system".
rts/Makefile