haskell-mafia / mafia

Provides protection against cabal swindling, robbing, injuring or sabotaging people with chopsticks.
http://haskell-mafia.github.io/mafia/
BSD 3-Clause "New" or "Revised" License
135 stars 19 forks source link

Shortcut for `-- --ghc-options=-O0`? #134

Open llelf opened 8 years ago

llelf commented 8 years ago

Like, in mafia build -O0

jacobstanley commented 8 years ago

This seems pretty reasonable

jacobstanley commented 8 years ago

What's your use case? you just want to be able to build the project as fast as you can?

llelf commented 8 years ago

@jystic Basically, yes. Sometimes it takes a considerable amount of time, yet you don’t care about any optimisations and would like to have it straight away.