Skip to content

Move via-C flags into GHC

Rodrigo Mesquita requested to merge wip/move-via-c-flags-into-ghc into master
These were previously hardcoded in configure (with no option for
overriding them) and simply passed onto ghc through the settings file.

Since configure already guarantees gcc supports those flags, we simply
move them into GHC.

Merge request reports