You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I investigated this a bit more and found out that for the list of program-default-options we duplicate the previous existing list of args, so for example:
program-default-options
alex-options: -foo -bar
will result in --alex-option=-foo --alex-option=-bar but
Describe the bug
I like having these in my cabal config to suppress some warnings:
Building with verbose output shows that cabal duplicates these options when calling the C compiler:
Cabal used: 3.14
The text was updated successfully, but these errors were encountered: