Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Matthew Pickering's avatar
    0ea59526
    Add -Winconsistent-flags warning · 0ea59526
    Matthew Pickering authored and Ben Gamari's avatar Ben Gamari committed
    The warning fires when inconsistent command line flags are passed.
    
    For example:
    
    * -dynamic-too and -dynamic
    * -dynamic-too on windows
    * -O and --interactive
    * etc
    
    This is on by default and allows users to control whether the warning is
    displayed and whether it should be an error or not.
    
    Fixes #22572
    
    (cherry picked from commit 21a906c2)
    0ea59526
    History
    Add -Winconsistent-flags warning
    Matthew Pickering authored and Ben Gamari's avatar Ben Gamari committed
    The warning fires when inconsistent command line flags are passed.
    
    For example:
    
    * -dynamic-too and -dynamic
    * -dynamic-too on windows
    * -O and --interactive
    * etc
    
    This is on by default and allows users to control whether the warning is
    displayed and whether it should be an error or not.
    
    Fixes #22572
    
    (cherry picked from commit 21a906c2)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.