system dependant ghc-options

This commit is contained in:
tpajenka 2014-03-04 14:31:00 +01:00
parent ddb99e3592
commit 734cabb759

View File

@ -6,7 +6,11 @@ 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
if os(windows) {
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3
} else {
ghc-options: -Wall -Odph -rtsopts -threaded -fno-liberate-case -funfolding-use-threshold1000 -funfolding-keeness-factor1000 -optlo-O3 -fllvm
}
other-modules:
Map.Map,
Render.Misc,