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

[project @ 1998-04-29 13:47:23 by simonm]

- NoFibHcOpts = -O by default.
parent d6765099
No related merge requests found
......@@ -355,10 +355,10 @@ NoFibSubDirs = imaginary spectral real
# The different ways to build nofib. Default is just to mirror
# what is done for the ghc prelude libraries.
#
NoFibWays=$(GhcLibWays)
NoFibWays = $(GhcLibWays)
# Haskell compiler options for nofib
NoFibHcOpts=
NoFibHcOpts = -O
# ==============================================================================
#
......
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