Commit e7e43b86 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Add -O2 to compile options

parent f6e5e335
.PHONY: FORCE clean distclean
COMPILE_OPTS = -Wall -rtsopts -threaded
COMPILE_OPTS = -Wall -rtsopts -O2 -threaded
orbit: FORCE
ghc $(COMPILE_OPTS) --make Bench.hs -main-is Bench -o orbit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment