solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

Set GHC options in cabal_configure #56

Closed DataDrake closed 6 years ago

DataDrake commented 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.

ikeydoherty commented 6 years ago

GRMA!