Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
havm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiger
havm
Commits
484942c5
Commit
484942c5
authored
Dec 18, 2012
by
Roland Levillain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make recent versions of GHC enable all RTS options.
* src/Makefile.am (AM_GHCFLAGS): Add -rtsopts.
parent
ce20a2ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+6
-0
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
ChangeLog
View file @
484942c5
2012-12-18 Roland Levillain <roland@lrde.epita.fr>
Make recent versions of GHC enable all RTS options.
* src/Makefile.am (AM_GHCFLAGS): Add -rtsopts.
2012-11-26 Roland Levillain <roland@lrde.epita.fr>
Fix build issues with GHC 7.4.
...
...
src/Makefile.am
View file @
484942c5
...
...
@@ -53,7 +53,7 @@ GHCCOMPILE = $(GHC) $(AM_GHCFLAGS) $(GHCFLAGS)
# Redirects all generated interface files into directory, instead of
# the default which is to place the interface file in the same
# directory as the source file.
AM_GHCFLAGS
=
-i
.:
$(srcdir)
-odir
.
-hidir
.
--make
$(PACKAGE_GHCFLAGS)
AM_GHCFLAGS
=
-i
.:
$(srcdir)
-odir
.
-hidir
.
--make
-rtsopts
$(PACKAGE_GHCFLAGS)
havm_dependencies
=
$(havm_sources)
Config.hs Parse.hs
havm
:
$(havm_dependencies)
$(GHCCOMPILE)
$(srcdir)
/Main.hs
-o
havm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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