What compiler flags are used when compiling Haskell programs?
ghc -w -O1 -B/usr/lib/ghc /tmp/Answer.hs -o /tmp/Answer
1 Like
What compiler flags are used when compiling Haskell programs?
ghc -w -O1 -B/usr/lib/ghc /tmp/Answer.hs -o /tmp/Answer