Adding new ffi calls into the Hpc rts subsystem
[ghc-hetmet.git] / rts / Makefile
index 6bf4271..184a844 100644 (file)
@@ -35,7 +35,7 @@ WAYS=$(GhcLibWays) $(GhcRTSWays)
 
 ifneq "$(findstring debug, $(way))" ""
 GhcRtsHcOpts=
-GhcRtsCcOpts=-g
+GhcRtsCcOpts=-g -O0
 endif
 
 # -----------------------------------------------------------------------------