[project @ 1999-01-15 18:08:37 by simonm]
authorsimonm <unknown>
Fri, 15 Jan 1999 18:08:37 +0000 (18:08 +0000)
committersimonm <unknown>
Fri, 15 Jan 1999 18:08:37 +0000 (18:08 +0000)
Compile the RTS with -O2 and -fomit-frame-pointer.

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?
 #