In make build system I can add extra C compiler arguments to any flavor using
something like

    BuildFlavour = ...

    ifneq "$(BuildFlavour)" ""
    include mk/flavours/$(BuildFlavour).mk
    endif

    GhcRtsHcOpts += -O0 -g3

How do I do the same in hadrian when defining a flavor?

Thanks,

Ömer
_______________________________________________
ghc-devs mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to