From 03a86b162b621e6faee61c9eab6cf00b3c4f33d5 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 15 Jan 1999 18:08:37 +0000
Subject: [PATCH] [project @ 1999-01-15 18:08:37 by simonm] Compile the RTS
 with -O2 and -fomit-frame-pointer.

---
 mk/config.mk.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 1559cd337182..117ed5d1209c 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?
 #
-- 
GitLab