From: simonm Date: Fri, 15 Jan 1999 18:08:37 +0000 (+0000) Subject: [project @ 1999-01-15 18:08:37 by simonm] X-Git-Tag: Approx_2487_patches~79 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=03a86b162b621e6faee61c9eab6cf00b3c4f33d5;p=ghc-hetmet.git [project @ 1999-01-15 18:08:37 by simonm] Compile the RTS with -O2 and -fomit-frame-pointer. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 1559cd3..117ed5d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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? #