[project @ 2005-07-26 22:10:59 by simonmar]
[ghc-hetmet.git] / ghc / rts / Makefile
index 29b2f9a..0588a5b 100644 (file)
@@ -318,14 +318,16 @@ SRC_HC_OPTS += \
   -\#include ProfHeap.h \
   -\#include LdvProfile.h \
   -\#include Profiling.h \
-  -\#include StoragePriv.h \
   -\#include OSThreads.h \
-  -\#include Apply.h
+  -\#include Apply.h \
+  -\#include SMP.h
 
 ifeq "$(Windows)" "YES"
 PrimOps_HC_OPTS += -\#include '<windows.h>' -\#include win32/AsyncIO.h
 endif
 
+GC_HC_OPTS += -optc-O3 -optc-fno-strict-aliasing
+
 # Cmm must be compiled via-C for now, because the NCG can't handle loops
 SRC_HC_OPTS += -fvia-C