Closed DataDrake closed 6 years ago
Currently, GHC isn't doing code optimizations (default is -O0) or generating code with -FPIC. This fixes that by having Cabal set it at configure time.
GRMA!
Currently, GHC isn't doing code optimizations (default is -O0) or generating code with -FPIC. This fixes that by having Cabal set it at configure time.