Skip to content
  • 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
    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)
Loading