Skip to content
Snippets Groups Projects
Commit 03a86b16 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-01-15 18:08:37 by simonm]

Compile the RTS with -O2 and -fomit-frame-pointer.
parent 207e5dfd
No related branches found
No related tags found
No related merge requests found
...@@ -232,8 +232,8 @@ endif ...@@ -232,8 +232,8 @@ endif
# GhcRtsHcOpts is used when compiling .hc files. # GhcRtsHcOpts is used when compiling .hc files.
# GhcRtsCcOpts is used when compiling .c files. # GhcRtsCcOpts is used when compiling .c files.
GhcRtsHcOpts= GhcRtsHcOpts=-O2
GhcRtsCcOpts= GhcRtsCcOpts=-O2 -optc-fomit-frame-pointer
# Build the Haskell Readline bindings? # Build the Haskell Readline bindings?
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment