[project @ 1999-01-15 18:08:37 by simonm]
[ghc-hetmet.git] / mk / config.mk.in
index 1559cd3..117ed5d 100644 (file)
@@ -232,8 +232,8 @@ endif
 # GhcRtsHcOpts is used when compiling .hc files.
 # GhcRtsCcOpts is used when compiling .c  files.
 
-GhcRtsHcOpts=
-GhcRtsCcOpts=
+GhcRtsHcOpts=-O2
+GhcRtsCcOpts=-O2 -optc-fomit-frame-pointer
 
 # Build the Haskell Readline bindings?
 #