removed llvm dependency

This commit is contained in:
tpajenka 2014-02-28 14:56:00 +01:00
parent 517f2eb0b6
commit ddb99e3592

View File

@ -6,7 +6,7 @@ author: sdressel
executable Pioneers
hs-source-dirs: src
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3
other-modules:
Map.Map,
Render.Misc,