Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
e7e43b86
Commit
e7e43b86
authored
Jan 09, 2015
by
Yiannis Tsiouris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -O2 to compile options
parent
f6e5e335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
e7e43b86
.PHONY
:
FORCE clean distclean
.PHONY
:
FORCE clean distclean
COMPILE_OPTS
=
-Wall
-rtsopts
-threaded
COMPILE_OPTS
=
-Wall
-rtsopts
-
O2
-
threaded
orbit
:
FORCE
orbit
:
FORCE
ghc
$(COMPILE_OPTS)
--make
Bench.hs
-main-is
Bench
-o
orbit
ghc
$(COMPILE_OPTS)
--make
Bench.hs
-main-is
Bench
-o
orbit
...
...
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