diff options
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index 49eaab5be3..d3daec57ec 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -321,7 +321,7 @@ rts_HC_OPTS += -dcmm-lint # StgClosure, StgMVar, etc.), and without -fno-strict-aliasing gcc is # allowed to assume that these pointers do not alias. eg. without # this flag we get problems in sm/Evac.c:copy() with gcc 3.4.3, the -# upd_evacee() assigments get moved before the object copy. +# upd_evacuee() assignments get moved before the object copy. rts_CC_OPTS += -fno-strict-aliasing rts_CC_OPTS += -fno-common |