Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6a37d4e7
Commit
6a37d4e7
authored
Apr 28, 2009
by
Simon Marlow
Browse files
move nofib settings here from ghc's config.mk
parent
6a34402a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
6a37d4e7
...
...
@@ -358,38 +358,6 @@ GhcRtsWithPapi = NO
PapiLibDir
=
PapiIncludeDir
=
################################################################################
#
# nofib
#
# nofib specific options
#
################################################################################
WithNofibHc
=
$(GHC_INPLACE)
# NoFibSubDirs controls which set of tests should be run
# You can run one or more of
# imaginary
# spectral
# real
# parallel
# PRIVATE
# PENDING
# UNUSED
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)
# Haskell compiler options for nofib
NoFibHcOpts
=
-O
# Number of times to run each program
NoFibRuns
=
5
################################################################################
#
# Paths (see paths.mk)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment