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 merge requests found
......@@ -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?
#
......
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